FIX #2023: substitute for $topdir in haddockInterfaces and haddockHTMLs
authorSimon Marlow <simonmar@microsoft.com>
Sat, 9 Feb 2008 14:36:48 +0000 (14:36 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Sat, 9 Feb 2008 14:36:48 +0000 (14:36 +0000)
compiler/main/Packages.lhs

index d1feff7..2647a5f 100644 (file)
@@ -260,7 +260,10 @@ mungePackagePaths top_dir ps = map munge_pkg ps
   munge_pkg p = p{ importDirs  = munge_paths (importDirs p),
                   includeDirs = munge_paths (includeDirs p),
                   libraryDirs = munge_paths (libraryDirs p),
-                  frameworkDirs = munge_paths (frameworkDirs p) }
+                  frameworkDirs = munge_paths (frameworkDirs p),
+                   haddockInterfaces = munge_paths (haddockInterfaces p),
+                  haddockHTMLs = munge_paths (haddockHTMLs p)
+                    }
 
   munge_paths = map munge_path