X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fnofib-analyse%2FMakefile;h=0fe5db126ea8eeaf74509c5b9458164dacd60a92;hb=f5817e0a7e3bca5d038690b3741af76572726e9d;hp=ba190ac6b8b7df6b6ee8767f8176cb635be2ca61;hpb=9b0be04d7d23a4ccce0275f3a7c519d9b614f3a2;p=ghc-hetmet.git diff --git a/utils/nofib-analyse/Makefile b/utils/nofib-analyse/Makefile index ba190ac..0fe5db1 100644 --- a/utils/nofib-analyse/Makefile +++ b/utils/nofib-analyse/Makefile @@ -8,8 +8,10 @@ ifeq "$(ghc_ge_607)" "YES" SRC_HC_OPTS += -package containers endif -ifeq "$(ghc_ge_605)" "YES" SRC_HC_OPTS += -package regex-compat -package html + +ifeq "$(ghc_ge_607)" "YES" +SRC_HC_OPTS += -package containers endif ifeq "$(ghc_ge_607)" "YES"