diff options
| author | krasimir <krasimir@chalmers.se> | 2008-05-29 17:55:05 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2008-05-29 17:55:05 +0000 |
| commit | 88d3f61f41f7b6299e0d0f9e0047dd955cb67571 (patch) | |
| tree | 62fd337e92ac607469d47ade41ed19cd5209e59c /src-3.0/GF/Command | |
| parent | 1bcc4aab8178434a890a3c723582b5fbd45a5a84 (diff) | |
change the library root namespace from GF.GFCC to PGF
Diffstat (limited to 'src-3.0/GF/Command')
| -rw-r--r-- | src-3.0/GF/Command/Commands.hs | 12 | ||||
| -rw-r--r-- | src-3.0/GF/Command/Importing.hs | 7 | ||||
| -rw-r--r-- | src-3.0/GF/Command/Interpreter.hs | 6 | ||||
| -rw-r--r-- | src-3.0/GF/Command/PPrTree.hs | 6 |
4 files changed, 15 insertions, 16 deletions
diff --git a/src-3.0/GF/Command/Commands.hs b/src-3.0/GF/Command/Commands.hs index 8068d6c0e..759f9a8bf 100644 --- a/src-3.0/GF/Command/Commands.hs +++ b/src-3.0/GF/Command/Commands.hs @@ -12,12 +12,12 @@ module GF.Command.Commands ( import GF.Command.AbsGFShell hiding (Tree) import GF.Command.PPrTree import GF.Command.ParGFShell -import GF.GFCC.CId -import GF.GFCC.ShowLinearize -import GF.GFCC.API -import GF.GFCC.Macros -import GF.GFCC.PrintGFCC -import GF.GFCC.DataGFCC ---- +import PGF +import PGF.CId +import PGF.ShowLinearize +import PGF.Macros +import PGF.Data ---- +import GF.Compile.Export import GF.Data.ErrM ---- diff --git a/src-3.0/GF/Command/Importing.hs b/src-3.0/GF/Command/Importing.hs index f200ba7c4..91bcdcb73 100644 --- a/src-3.0/GF/Command/Importing.hs +++ b/src-3.0/GF/Command/Importing.hs @@ -1,11 +1,10 @@ module GF.Command.Importing (importGrammar, importSource) where -import GF.Compile -import GF.GFCC.DataGFCC -import GF.GFCC.API +import PGF +import PGF.Data +import GF.Compile import GF.Grammar.Grammar (SourceGrammar) -- for cc command - import GF.Infra.UseIO import GF.Infra.Option import GF.Data.ErrM diff --git a/src-3.0/GF/Command/Interpreter.hs b/src-3.0/GF/Command/Interpreter.hs index 24f16ea1d..825c2862b 100644 --- a/src-3.0/GF/Command/Interpreter.hs +++ b/src-3.0/GF/Command/Interpreter.hs @@ -7,9 +7,9 @@ import GF.Command.Commands import GF.Command.AbsGFShell hiding (Tree) import GF.Command.PPrTree import GF.Command.ParGFShell -import GF.GFCC.API -import GF.GFCC.Macros -import GF.GFCC.DataGFCC +import PGF +import PGF.Data +import PGF.Macros import GF.System.Signal import GF.Data.ErrM ---- diff --git a/src-3.0/GF/Command/PPrTree.hs b/src-3.0/GF/Command/PPrTree.hs index f80484799..dcc057cb7 100644 --- a/src-3.0/GF/Command/PPrTree.hs +++ b/src-3.0/GF/Command/PPrTree.hs @@ -1,8 +1,8 @@ module GF.Command.PPrTree (pTree, prExp, tree2exp) where -import GF.GFCC.DataGFCC -import GF.GFCC.CId -import GF.GFCC.Macros +import PGF.CId +import PGF.Data +import PGF.Macros import qualified GF.Command.ParGFShell as P import GF.Command.PrintGFShell import GF.Command.AbsGFShell |
