From 829e1bbfd3671dc9f2f590f5ed05303a0f899c97 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 3 Sep 2015 20:41:00 +0000 Subject: PGF2.Expr fixes It needs to be listed in gf.cabal unsafePerformIO is only exported from System.IO.Unsafe, starting with ghc-7.8 --- src/runtime/haskell-bind/PGF2/Expr.hsc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/runtime/haskell-bind/PGF2/Expr.hsc b/src/runtime/haskell-bind/PGF2/Expr.hsc index 6dc7dd161..93df74ff7 100644 --- a/src/runtime/haskell-bind/PGF2/Expr.hsc +++ b/src/runtime/haskell-bind/PGF2/Expr.hsc @@ -3,6 +3,7 @@ module PGF2.Expr where +import System.IO.Unsafe(unsafePerformIO) import Foreign import Foreign.C import qualified Text.PrettyPrint as PP -- cgit v1.2.3