unbreak "recompile utils with stage 1"
[ghc-hetmet.git] / compat / compat.mk
index 82a3792..db1a6c2 100644 (file)
@@ -45,13 +45,18 @@ SRC_MKDEPENDHS_OPTS += \
        -optdep--exclude-module=Distribution.ParseUtils \
        -optdep--exclude-module=Distribution.Compiler \
        -optdep--exclude-module=Distribution.Version \
+       -optdep--exclude-module=System.FilePath \
+       -optdep--exclude-module=System.FilePath.Posix \
+       -optdep--exclude-module=System.FilePath.Windows \
        -optdep--exclude-module=System.Directory.Internals
 
 PACKAGE_CABAL =
+PACKAGE_HPC   =
 
 else
 
 PACKAGE_CABAL = -package Cabal
+PACKAGE_HPC   = -package hpc
 
 endif