FIX BUILD (with GHC 6.2.x): System.Directory.Internals is no more
[ghc-hetmet.git] / compat / compat.mk
index a9eadb8..9c41e0a 100644 (file)
@@ -50,15 +50,16 @@ SRC_MKDEPENDHS_OPTS += \
        -optdep--exclude-module=System.FilePath.Windows \
        -optdep--exclude-module=System.Directory.Internals \
        -optdep--exclude-module=Trace.Hpc.Mix \
-       -optdep--exclude-module=Trace.Hpc.Util \
-       -optdep--exclude-module=Trace.Hpc.Tix 
-
+       -optdep--exclude-module=Trace.Hpc.Tix \
+       -optdep--exclude-module=Trace.Hpc.Util
 
 PACKAGE_CABAL =
+PACKAGE_HPC   =
 
 else
 
 PACKAGE_CABAL = -package Cabal
+PACKAGE_HPC   = -package hpc
 
 endif