diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2013-05-21 01:56:04 +0100 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2013-06-01 18:06:50 +0200 |
commit | 3580d649f152c103489580b82c0a323e66a06880 (patch) | |
tree | f4a7814278607042228873173634244476db4768 /html-test/run.lhs | |
parent | e29bbf827924af8a6b74d1b86554f0bfbc6aca9b (diff) |
Workaround for a failing build with --enable-tests.
Diffstat (limited to 'html-test/run.lhs')
-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 |