summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2017-09-06 18:01:08 +0200
committerThomas Hallgren <th-github@altocumulus.org>2017-09-06 18:01:08 +0200
commit9f7a6cfe100d2bce235b5d800a6694808be55a86 (patch)
tree6d1e4d7b8fb0222e18f499139d85fcbf9d54a8af
parentebe7cb3b73802c6c338b8f5cb9170aea970d231f (diff)
PGF2.FFI: import Data.Word(Word)
for compatibility with older versions of GHC
-rw-r--r--src/runtime/haskell-bind/PGF2/FFI.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/haskell-bind/PGF2/FFI.hs b/src/runtime/haskell-bind/PGF2/FFI.hs
index 3f30631d8..9a65c186f 100644
--- a/src/runtime/haskell-bind/PGF2/FFI.hs
+++ b/src/runtime/haskell-bind/PGF2/FFI.hs
@@ -9,6 +9,7 @@ import Foreign.ForeignPtr
import Control.Exception
import GHC.Ptr
import Data.Int(Int32)
+import Data.Word(Word)
type Touch = IO ()