summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8042recomp.script
blob: d8fa2b54cc0e4f2b80d4974c5eb5fab0d7439b76 (plain)
1
2
3
4
5
6
7
:set -v1
System.IO.writeFile "T8042B.hs" "module T8042B where { fooB = \"T8042B\"; }"
System.IO.writeFile "T8042A.hs" "module T8042A where { import T8042B; run = putStrLn fooB }"
:set -fobject-code
:load T8042A
:load *T8042A
:break run