summaryrefslogtreecommitdiff
path: root/src/GF/Compile
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2009-01-31 16:53:21 +0000
committerkrasimir <krasimir@chalmers.se>2009-01-31 16:53:21 +0000
commit6133fcbb5fb8f5ed3f45d691ec981b4ea95f3538 (patch)
tree63c3adaf124f3943ad3836f504d0ab4c056bf3f3 /src/GF/Compile
parentff0c0085cf9a3f2b02f31fdb7472b36547f055f9 (diff)
fix flag handling in combination with binary serialization
Diffstat (limited to 'src/GF/Compile')
-rw-r--r--src/GF/Compile/GetGrammar.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Compile/GetGrammar.hs b/src/GF/Compile/GetGrammar.hs
index 0972c4b3a..c2d7a3f8b 100644
--- a/src/GF/Compile/GetGrammar.hs
+++ b/src/GF/Compile/GetGrammar.hs
@@ -12,7 +12,7 @@
-- this module builds the internal GF grammar that is sent to the type checker
-----------------------------------------------------------------------------
-module GF.Compile.GetGrammar (getSourceModule) where
+module GF.Compile.GetGrammar (getSourceModule, addOptionsToModule) where
import GF.Data.Operations