Fix build
authorIan Lynagh <igloo@earth.li>
Thu, 9 Jun 2011 12:22:16 +0000 (13:22 +0100)
committerIan Lynagh <igloo@earth.li>
Thu, 9 Jun 2011 12:29:13 +0000 (13:29 +0100)
utils/ghc-pkg/Main.hs

index 8e08c4f..be59aa9 100644 (file)
@@ -679,7 +679,7 @@ mungePackagePaths top_dir pkgroot pkg =
       frameworkDirs = munge_paths (frameworkDirs pkg),
       haddockInterfaces = munge_paths (haddockInterfaces pkg),
                      -- haddock-html is allowed to be either a URL or a file
-      haddockHTMLs = munge_path (munge_urls (haddockHTMLs pkg))
+      haddockHTMLs = munge_paths (munge_urls (haddockHTMLs pkg))
     }
   where
     munge_paths = map munge_path