Skip to content
Snippets Groups Projects
Commit 3580d649 authored by Mateusz Kowalczyk's avatar Mateusz Kowalczyk Committed by Simon Hengel
Browse files

Workaround for a failing build with --enable-tests.

parent e29bbf82
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ test = do
-- TODO: maybe do something more clever here using haddock.cabal
ghcPath <- fmap init $ rawSystemStdout normal haddockPath ["--print-ghc-path"]
(_, conf) <- configure normal (Just ghcPath) Nothing defaultProgramConfiguration
(_, _, conf) <- configure normal (Just ghcPath) Nothing defaultProgramConfiguration
pkgIndex <- getInstalledPackages normal [GlobalPackageDB] conf
let mkDep pkgName =
fromMaybe (error "Couldn't find test dependencies") $ do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment