Skip to content

Commit

Permalink
Ensure we build before ghci, due to #4148.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaimaruseac committed Jul 11, 2018
1 parent bcbfb1e commit 6a3c530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/tests/3926-ghci-with-sublibraries/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6a3c530

Please sign in to comment.