diff options
-rwxr-xr-x | html-test/run.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html-test/run.lhs b/html-test/run.lhs index 7d3b805b..1ce3e797 100755 --- a/html-test/run.lhs +++ b/html-test/run.lhs @@ -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 |