X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fnofib-analyse%2FMakefile;h=0fe5db126ea8eeaf74509c5b9458164dacd60a92;hb=f5817e0a7e3bca5d038690b3741af76572726e9d;hp=55672d82eae60c8e8b0fbb782d9b59525b185603;hpb=6d2d7884c6013259a3d38d7b3c9803f59b373e13;p=ghc-hetmet.git diff --git a/utils/nofib-analyse/Makefile b/utils/nofib-analyse/Makefile index 55672d8..0fe5db1 100644 --- a/utils/nofib-analyse/Makefile +++ b/utils/nofib-analyse/Makefile @@ -8,8 +8,14 @@ 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" +SRC_HC_OPTS += -package containers endif include $(TOP)/mk/target.mk