diff options
Diffstat (limited to 'haddock-test')
| -rw-r--r-- | haddock-test/src/Test/Haddock/Config.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/haddock-test/src/Test/Haddock/Config.hs b/haddock-test/src/Test/Haddock/Config.hs index dea101d8..e1e920f2 100644 --- a/haddock-test/src/Test/Haddock/Config.hs +++ b/haddock-test/src/Test/Haddock/Config.hs @@ -237,7 +237,7 @@ baseDependencies ghcPath = do              exitFailure          (ifArg:_) -> pure ifArg      ifaces pkgIndex name = do -        pkg <- join $ snd <$> lookupPackageName pkgIndex (PackageName name) +        pkg <- join $ snd <$> lookupPackageName pkgIndex (mkPackageName name)          iface <$> haddockInterfaces pkg <*> haddockHTMLs pkg      iface file html = "--read-interface=" ++ html ++ "," ++ file | 
