diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-09-08 10:28:55 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-09-08 10:28:55 +0000 |
commit | f34f333be856e8437e232fa413a284752c0ca83a (patch) | |
tree | 1e15f8350320705f83a2b419ae12b742b9cdccec /utils | |
parent | 59da61350d3b103ec6ee1d44fe9e391408883259 (diff) | |
download | haskell-f34f333be856e8437e232fa413a284752c0ca83a.tar.gz |
make this build with GHC 6.7+
Diffstat (limited to 'utils')
-rw-r--r-- | utils/nofib-analyse/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/nofib-analyse/Makefile b/utils/nofib-analyse/Makefile index ba190ac6b8..43ae4337ae 100644 --- a/utils/nofib-analyse/Makefile +++ b/utils/nofib-analyse/Makefile @@ -11,6 +11,9 @@ endif ifeq "$(ghc_ge_605)" "YES" SRC_HC_OPTS += -package regex-compat -package html endif +ifeq "$(ghc_ge_607)" "YES" +SRC_HC_OPTS += -package containers +endif ifeq "$(ghc_ge_607)" "YES" SRC_HC_OPTS += -package containers |