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