summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-10-16 12:59:40 +0000
committerbjorn <bjorn@bringert.net>2008-10-16 12:59:40 +0000
commit95278a947f003d6dbb13f874064d03d2ed1792bd (patch)
treed8f368c36a8b23c5d87fa0244fb609dc5248fd3a /src
parentbb25c86ae5624f52ed63af9ea92467490e8647d6 (diff)
Export list in GF.Compile.GetGrammar
Diffstat (limited to 'src')
-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 b8ee7c3cc..85f017459 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 where
+module GF.Compile.GetGrammar (getSourceModule) where
import GF.Data.Operations