From 9f7a6cfe100d2bce235b5d800a6694808be55a86 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Wed, 6 Sep 2017 18:01:08 +0200 Subject: [PATCH] PGF2.FFI: import Data.Word(Word) for compatibility with older versions of GHC --- src/runtime/haskell-bind/PGF2/FFI.hs | 1 + 1 file changed, 1 insertion(+) 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 ()