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", "",