summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-02-17 13:09:23 +0000
committerkrasimir <krasimir@chalmers.se>2010-02-17 13:09:23 +0000
commit57c2a4dcd251492d99a3c53e98f3b29fed179fe1 (patch)
treef5917209d69b496e99a18fe233f61e4d1d68568e
parentbfdef2f60cda2bd05fc42aeee68d14a6bd2d01fc (diff)
fix the Haskell code generation
-rw-r--r--src/compiler/GF/Compile/PGFtoHaskell.hs2
1 files changed, 1 insertions, 1 deletions
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",
"",