X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fnofib-analyse%2FMakefile;h=0c04aa34d29c1740ed7b2a1809b13aa0693e2994;hb=c59c053f0b8613dd128297ee0b6eef31f001c498;hp=43ae4337aee34123c659eddcd6697bc264b93f41;hpb=f34f333be856e8437e232fa413a284752c0ca83a;p=ghc-hetmet.git diff --git a/utils/nofib-analyse/Makefile b/utils/nofib-analyse/Makefile index 43ae433..0c04aa3 100644 --- a/utils/nofib-analyse/Makefile +++ b/utils/nofib-analyse/Makefile @@ -8,15 +8,6 @@ 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 - -ifeq "$(ghc_ge_607)" "YES" -SRC_HC_OPTS += -package containers -endif include $(TOP)/mk/target.mk