From: Simon Marlow Date: Wed, 29 Aug 2007 11:35:00 +0000 (+0000) Subject: fix compiling GHC 6.7+ with itself - compat needs -package containers now X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b0195f43ab032e5f08011ac8207e416f0a2911da;p=ghc-hetmet.git fix compiling GHC 6.7+ with itself - compat needs -package containers now --- diff --git a/compat/compat.mk b/compat/compat.mk index 4162a6d..9730bdf 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"