summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorbringert <unknown>2005-09-12 20:41:19 +0000
committerbringert <unknown>2005-09-12 20:41:19 +0000
commit37ef225420a337c4a2f9a2f9002aea42b8a24518 (patch)
tree3946686483af083f35afa708b30a170a1a818dad /src/Makefile
parent01ef25792cb2d50c623c3891aaebe36e96c111db (diff)
Used home-grown graph implementation in FiniteState, to remove dependency on fgl. This also lead to a dramatic performance increase.
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 dea6000a7..678d6cd6b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -3,7 +3,7 @@ include config.mk
GHMAKE=$(GHC) --make
GHCXMAKE=ghcxmake
-GHCFLAGS+= -fglasgow-exts -package fgl
+GHCFLAGS+= -fglasgow-exts
GHCOPTFLAGS=-O2
GHCFUDFLAG=
JAVAFLAGS=-target 1.4 -source 1.4