summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/prog005/prog005.script
blob: d7ca33fa8395c30ec09b102e3de3151670d85610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
:unset +s
:unset +t

:load B

-- eval something that isn't exported from B
z

:!sleep 1
:!touch A.hs
:reload

-- A should be recompiled, B will be skipped.  We should still have
-- the full top-level scope of B available, though.  This was
-- nearly broken in GHC 6.4
z