From 6f0009b11bfa59007931952c88d6fc0c188fdd9a Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 1 Nov 2007 10:10:30 +0000 Subject: [PATCH] Added explicit export list to ParGF. --- src/GF/Source/ParGF.hs | 2 +- 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