diff options
| author | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
| commit | 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (patch) | |
| tree | 46345cb91a8e0fa626a0bf4c03af8f8ef4cad09f /src/GF/Source/GrammarToSource.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/Source/GrammarToSource.hs')
| -rw-r--r-- | src/GF/Source/GrammarToSource.hs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/GF/Source/GrammarToSource.hs b/src/GF/Source/GrammarToSource.hs index bfbb815f7..e2f5f132e 100644 --- a/src/GF/Source/GrammarToSource.hs +++ b/src/GF/Source/GrammarToSource.hs @@ -5,26 +5,26 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/04 15:50:27 $ --- > CVS $Author: aarne $ --- > CVS $Revision: 1.18 $ +-- > CVS $Date: 2005/04/21 16:23:25 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.19 $ -- -- From internal source syntax to BNFC-generated (used for printing). ----------------------------------------------------------------------------- -module GrammarToSource ( trGrammar, +module GF.Source.GrammarToSource ( trGrammar, trModule, trAnyDef, trLabel, trt, tri, trp ) where -import Operations -import Grammar -import Modules -import Option -import qualified AbsGF as P -import Ident +import GF.Data.Operations +import GF.Grammar.Grammar +import GF.Infra.Modules +import GF.Infra.Option +import qualified GF.Source.AbsGF as P +import GF.Infra.Ident -- | AR 13\/5\/2003 -- |
