Skip to content

Commit 6a3c530

Browse files
committed
Ensure we build before ghci, due to #4148.
1 parent bcbfb1e commit 6a3c530

File tree

1 file changed

+1
-0
lines changed
  • test/integration/tests/3926-ghci-with-sublibraries

1 file changed

+1
-0
lines changed

test/integration/tests/3926-ghci-with-sublibraries/Main.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ main = do
99
stack ["clean"] -- to make sure we can load the code even after a clean
1010
copy "src/Lib.v1" "src/Lib.hs"
1111
copy "src-internal/Internal.v1" "src-internal/Internal.hs"
12+
stack ["build"] -- need a build before ghci at the moment, see #4148
1213
forkIO fileEditingThread
1314
replThread
1415

0 commit comments

Comments
 (0)