1
0
forked from GitHub/gf-core

PGF2.FFI: import Data.Word(Word)

for compatibility with older versions of GHC
This commit is contained in:
Thomas Hallgren
2017-09-06 18:01:08 +02:00
parent ebe7cb3b73
commit 9f7a6cfe10

View File

@@ -9,6 +9,7 @@ import Foreign.ForeignPtr
import Control.Exception
import GHC.Ptr
import Data.Int(Int32)
import Data.Word(Word)
type Touch = IO ()