diff --git a/test/integration/tests/3926-ghci-with-sublibraries/Main.hs b/test/integration/tests/3926-ghci-with-sublibraries/Main.hs index 6dc68de1d7..408cfddeb3 100644 --- a/test/integration/tests/3926-ghci-with-sublibraries/Main.hs +++ b/test/integration/tests/3926-ghci-with-sublibraries/Main.hs @@ -9,6 +9,7 @@ main = do stack ["clean"] -- to make sure we can load the code even after a clean copy "src/Lib.v1" "src/Lib.hs" copy "src-internal/Internal.v1" "src-internal/Internal.hs" + stack ["build"] -- need a build before ghci at the moment, see #4148 forkIO fileEditingThread replThread