diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-11-01 10:10:30 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-11-01 10:10:30 +0000 |
| commit | ed4b43961deb37ee2592e60db0c182c7efa5528f (patch) | |
| tree | 46be85e461ce7464f466f31c7bb41fc389d0195c /src | |
| parent | dafbcb7f9b21b0e723a6b712c684d3f1b05057aa (diff) | |
Added explicit export list to ParGF.
Diffstat (limited to 'src')
| -rw-r--r-- | src/GF/Source/ParGF.hs | 2 | ||||
| -rw-r--r-- | src/GF/Source/ParGF.y | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/GF/Source/ParGF.hs b/src/GF/Source/ParGF.hs index 823a48838..71b4bbfec 100644 --- a/src/GF/Source/ParGF.hs +++ b/src/GF/Source/ParGF.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fglasgow-exts -cpp #-} {-# OPTIONS -fno-warn-incomplete-patterns -fno-warn-overlapping-patterns #-} -module GF.Source.ParGF where --H + module GF.Source.ParGF (pGrammar, pModDef, pOldGrammar, pExp, myLexer) where --H import GF.Source.AbsGF --H import GF.Source.LexGF --H import GF.Infra.Ident --H diff --git a/src/GF/Source/ParGF.y b/src/GF/Source/ParGF.y index c15c57c08..309ef2af3 100644 --- a/src/GF/Source/ParGF.y +++ b/src/GF/Source/ParGF.y @@ -1,7 +1,7 @@ -- This Happy file was machine-generated by the BNF converter { {-# OPTIONS -fno-warn-incomplete-patterns -fno-warn-overlapping-patterns #-} -module GF.Source.ParGF where --H + module GF.Source.ParGF (pGrammar, pModDef, pOldGrammar, pExp, myLexer) where --H import GF.Source.AbsGF --H import GF.Source.LexGF --H import GF.Infra.Ident --H |
