summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T6106.script
blob: e8761542e14395dbd79528e033ee0f27bad26fe3 (plain)
1
2
3
4
5
6
7
8
9
10
:l shell.hs
:def shell (\s -> do shell s; return "")
:l

:shell rm -f T6106.hs
:shell echo "{-# OPTIONS_GHC -F -pgmF ./T6106_preproc #-}" >T6106.hs
:shell echo "module T6106 where" >>T6106.hs
:load T6106.hs
-- second one should fail:
:reload