move GFCCtoHaskell and GFCCtoJS to GF.GFCC.*

This commit is contained in:
kr.angelov
2008-05-22 15:47:15 +00:00
parent 243cbba4c6
commit 954740933a
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
-- AR 11/11/1999 -- 7/12/2000 -- 18/5/2004 -- AR 11/11/1999 -- 7/12/2000 -- 18/5/2004
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module GF.Devel.GFCCtoHaskell (grammar2haskell, grammar2haskellGADT) where module GF.GFCC.GFCCtoHaskell (grammar2haskell, grammar2haskellGADT) where
import GF.GFCC.Macros import GF.GFCC.Macros
import GF.GFCC.DataGFCC import GF.GFCC.DataGFCC

View File

@@ -1,4 +1,4 @@
module GF.Devel.GFCCtoJS (gfcc2js) where module GF.GFCC.GFCCtoJS (gfcc2js) where
import qualified GF.GFCC.Macros as M import qualified GF.GFCC.Macros as M
import qualified GF.GFCC.DataGFCC as D import qualified GF.GFCC.DataGFCC as D

View File

@@ -3,8 +3,8 @@ module GF.GFCC.PrintGFCC where
import GF.GFCC.DataGFCC (GFCC) import GF.GFCC.DataGFCC (GFCC)
import GF.GFCC.Raw.ConvertGFCC (fromGFCC) import GF.GFCC.Raw.ConvertGFCC (fromGFCC)
import GF.GFCC.Raw.PrintGFCCRaw (printTree) import GF.GFCC.Raw.PrintGFCCRaw (printTree)
import GF.Devel.GFCCtoHaskell import GF.GFCC.GFCCtoHaskell
import GF.Devel.GFCCtoJS import GF.GFCC.GFCCtoJS
import GF.Text.UTF8 import GF.Text.UTF8
-- top-level access to code generation -- top-level access to code generation