Use GF.GFCC.Raw.AbsGFCCRaw instead of GF.GFCC.AbsGFCC in code generated by gfc -haskell.

This commit is contained in:
bringert
2007-12-20 16:57:16 +00:00
parent 7b7735c12f
commit 3d80cf6bf9

View File

@@ -47,7 +47,7 @@ haskPreamble =
"module GSyntax where", "module GSyntax where",
"", "",
"import GF.GFCC.DataGFCC", "import GF.GFCC.DataGFCC",
"import GF.GFCC.AbsGFCC", "import GF.GFCC.Raw.AbsGFCCRaw",
"----------------------------------------------------", "----------------------------------------------------",
"-- automatic translation from GF to Haskell", "-- automatic translation from GF to Haskell",
"----------------------------------------------------", "----------------------------------------------------",