X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fnofib-analyse%2FMakefile;h=0fe5db126ea8eeaf74509c5b9458164dacd60a92;hb=f5817e0a7e3bca5d038690b3741af76572726e9d;hp=875b956707f299fe31e872a8bf43ed95a20f1861;hpb=4e3e91e26a8793a7fa5f308db8cc99b450b50981;p=ghc-hetmet.git diff --git a/utils/nofib-analyse/Makefile b/utils/nofib-analyse/Makefile index 875b956..0fe5db1 100644 --- a/utils/nofib-analyse/Makefile +++ b/utils/nofib-analyse/Makefile @@ -4,8 +4,18 @@ include $(TOP)/mk/boilerplate.mk SRC_HC_OPTS += -fglasgow-exts -cpp -Wall HS_PROG = nofib-analyse -ifeq "$(ghc_ge_605)" "YES" +ifeq "$(ghc_ge_607)" "YES" +SRC_HC_OPTS += -package containers +endif + 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