From 95278a947f003d6dbb13f874064d03d2ed1792bd Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 16 Oct 2008 12:59:40 +0000 Subject: [PATCH] Export list in GF.Compile.GetGrammar --- src/GF/Compile/GetGrammar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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