summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorbringert <unknown>2005-09-07 13:21:30 +0000
committerbringert <unknown>2005-09-07 13:21:30 +0000
commit982a5222726831d60f046fdeff91461ff610c6c5 (patch)
treead92cd5f9c687c5d1f082221f4e1fe16663b275a /src/Makefile
parent7bbdc172110f1b7139ecca48c3249940264da10a (diff)
Added the prerequisits for automaton building.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 678d6cd6b..dea6000a7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -3,7 +3,7 @@ include config.mk
GHMAKE=$(GHC) --make
GHCXMAKE=ghcxmake
-GHCFLAGS+= -fglasgow-exts
+GHCFLAGS+= -fglasgow-exts -package fgl
GHCOPTFLAGS=-O2
GHCFUDFLAG=
JAVAFLAGS=-target 1.4 -source 1.4