summaryrefslogtreecommitdiff
path: root/utils/genprimopcode/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-11-02 18:58:31 +0000
committerIan Lynagh <igloo@earth.li>2010-11-02 18:58:31 +0000
commit47d37047e1f51f32184e7a3b6e68a22c2156ae32 (patch)
tree237f76a8cb456a937501d1aa25efc6d4b9adfd24 /utils/genprimopcode/ghc.mk
parent066d28b97c0c50ba5c2f395e02e2c56b3e562537 (diff)
downloadhaskell-47d37047e1f51f32184e7a3b6e68a22c2156ae32.tar.gz
Fix building genprimopcode with GHC 7.0, and remove haskell98 imports
Diffstat (limited to 'utils/genprimopcode/ghc.mk')
-rw-r--r--utils/genprimopcode/ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/genprimopcode/ghc.mk b/utils/genprimopcode/ghc.mk
index 517c5773ba..5cbf82e831 100644
--- a/utils/genprimopcode/ghc.mk
+++ b/utils/genprimopcode/ghc.mk
@@ -12,5 +12,6 @@
utils/genprimopcode_dist_MODULES = Lexer Main ParserM Parser Syntax
utils/genprimopcode_dist_PROG = $(GHC_GENPRIMOP_PGM)
+utils/genprimopcode_dist_HC_OPTS = -package array
$(eval $(call build-prog,utils/genprimopcode,dist,0))