fix flag handling in combination with binary serialization

This commit is contained in:
krasimir
2009-01-31 16:53:21 +00:00
parent ff0c0085cf
commit 6133fcbb5f
2 changed files with 3 additions and 2 deletions

View File

@@ -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