We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbfb1e commit 6a3c530Copy full SHA for 6a3c530
test/integration/tests/3926-ghci-with-sublibraries/Main.hs
@@ -9,6 +9,7 @@ main = do
9
stack ["clean"] -- to make sure we can load the code even after a clean
10
copy "src/Lib.v1" "src/Lib.hs"
11
copy "src-internal/Internal.v1" "src-internal/Internal.hs"
12
+ stack ["build"] -- need a build before ghci at the moment, see #4148
13
forkIO fileEditingThread
14
replThread
15
0 commit comments