diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-08-29 11:35:00 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-08-29 11:35:00 +0000 |
commit | b0195f43ab032e5f08011ac8207e416f0a2911da (patch) | |
tree | 3c9b23c5e2862c6bf0c9644364ef6ac8de48b986 /compat/compat.mk | |
parent | 29d909009d47c52c5f02630658f7422c634230ab (diff) | |
download | haskell-b0195f43ab032e5f08011ac8207e416f0a2911da.tar.gz |
fix compiling GHC 6.7+ with itself - compat needs -package containers now
Diffstat (limited to 'compat/compat.mk')
-rw-r--r-- | compat/compat.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/compat.mk b/compat/compat.mk index 4162a6d5a1..9730bdf517 100644 --- a/compat/compat.mk +++ b/compat/compat.mk @@ -22,6 +22,7 @@ endif ifeq "$(ghc_ge_607)" "YES" SRC_HC_OPTS += -package directory SRC_HC_OPTS += -package pretty +SRC_HC_OPTS += -package containers endif ifeq "$(ghc_ge_603)" "NO" |