From 6a3c530e1d0dd571f990597183b2e607619875dd Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 11 Jul 2018 04:07:09 -0700 Subject: [PATCH] Ensure we build before ghci, due to #4148. --- test/integration/tests/3926-ghci-with-sublibraries/Main.hs | 1 + 1 file changed, 1 insertion(+) 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