summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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",
"",