ghc_ge_605 is now always YES
[ghc-hetmet.git] / utils / nofib-analyse / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 SRC_HC_OPTS    += -fglasgow-exts -cpp -Wall
5 HS_PROG         = nofib-analyse
6
7 ifeq "$(ghc_ge_607)" "YES"
8 SRC_HC_OPTS     += -package containers
9 endif
10
11 SRC_HC_OPTS     += -package regex-compat -package html
12
13 ifeq "$(ghc_ge_607)" "YES"
14 SRC_HC_OPTS     += -package containers
15 endif
16
17 ifeq "$(ghc_ge_607)" "YES"
18 SRC_HC_OPTS     += -package containers
19 endif
20
21 include $(TOP)/mk/target.mk