From 57c2a4dcd251492d99a3c53e98f3b29fed179fe1 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 17 Feb 2010 13:09:23 +0000 Subject: [PATCH] fix the Haskell code generation --- src/compiler/GF/Compile/PGFtoHaskell.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/GF/Compile/PGFtoHaskell.hs b/src/compiler/GF/Compile/PGFtoHaskell.hs index 787433963..252fc95ee 100644 --- a/src/compiler/GF/Compile/PGFtoHaskell.hs +++ b/src/compiler/GF/Compile/PGFtoHaskell.hs @@ -61,7 +61,7 @@ haskPreamble name = "", predefInst "GString" "String" "unStr" "mkStr", "", - predefInst "GInt" "Integer" "unInt" "mkInt", + predefInst "GInt" "Int" "unInt" "mkInt", "", predefInst "GFloat" "Double" "unDouble" "mkDouble", "",