diff options
| author | kr.angelov <kr.angelov@chalmers.se> | 2008-05-22 15:41:17 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@chalmers.se> | 2008-05-22 15:41:17 +0000 |
| commit | d7bad708658f40cfb5a54dbd9836cc7c6035635a (patch) | |
| tree | deeb7f67a5b7ebcc3813c9b0f2a446a220f57bdf /src-3.0/GF/Command | |
| parent | 359647445a851e3d6fc8b2071cada614aacda11e (diff) | |
move GF.Devel.PrintGFCC to GF.GFCC.PrintGFCC
Diffstat (limited to 'src-3.0/GF/Command')
| -rw-r--r-- | src-3.0/GF/Command/Commands.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-3.0/GF/Command/Commands.hs b/src-3.0/GF/Command/Commands.hs index 7f84805f6..ef10220a8 100644 --- a/src-3.0/GF/Command/Commands.hs +++ b/src-3.0/GF/Command/Commands.hs @@ -16,7 +16,7 @@ import GF.GFCC.CId import GF.GFCC.ShowLinearize import GF.GFCC.API import GF.GFCC.Macros -import GF.Devel.PrintGFCC +import GF.GFCC.PrintGFCC import GF.GFCC.DataGFCC ---- import GF.Data.ErrM ---- |
