diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index ef235a24..5fa2ee44 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,9 +3,6 @@ include $(TOP)/mk/boilerplate.mk INSTALLING=1 -# NOTE: This is only a temporary workaround for a bug in GHC's simplifier! -GHC_HAPPY_OPTS = -ag - SRC_HC_OPTS += -package data -package text -package util -fglasgow-exts -cpp HS_PROG = haddock.bin |