diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-06-29 09:07:05 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-06-29 09:07:05 +0000 |
commit | af9b4778a1ecf24da8f231b7a06b72eb9195ddd2 (patch) | |
tree | 6c46949f49713af08237c2aae15b23ef7da7cfe7 /compat | |
parent | ac5b9252d1513b32031d860bbd8a89397dc1b7b3 (diff) | |
download | haskell-af9b4778a1ecf24da8f231b7a06b72eb9195ddd2.tar.gz |
unbreak "recompile utils with stage 1"
Diffstat (limited to 'compat')
-rw-r--r-- | compat/compat.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/compat/compat.mk b/compat/compat.mk index a9eadb8009..db1a6c2cf9 100644 --- a/compat/compat.mk +++ b/compat/compat.mk @@ -48,17 +48,15 @@ SRC_MKDEPENDHS_OPTS += \ -optdep--exclude-module=System.FilePath \ -optdep--exclude-module=System.FilePath.Posix \ -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=System.Directory.Internals PACKAGE_CABAL = +PACKAGE_HPC = else PACKAGE_CABAL = -package Cabal +PACKAGE_HPC = -package hpc endif |