diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/GhcSession.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs index 63085db..88d5ebf 100644 --- a/tests/GhcSession.hs +++ b/tests/GhcSession.hs @@ -79,7 +79,7 @@ setup topdir act (srcdir, min_cabal_ver, min_ghc_ver) = do putStrLn $ "Running test '" ++ srcdir ++ "' ------------------------------" withSystemTempDirectory "cabal-helper.ghc-session.test" $ \dir -> do setCurrentDirectory $ topdir </> srcdir - run "cabal" [ "sdist", "--output-dir", dir ] + run "cabal" [ "sdist", "-v0", "--output-dir", dir ] setCurrentDirectory dir run "cabal" [ "configure" ] |