diff options
| author | hallgren <hallgren@chalmers.se> | 2015-09-03 20:41:00 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2015-09-03 20:41:00 +0000 |
| commit | 829e1bbfd3671dc9f2f590f5ed05303a0f899c97 (patch) | |
| tree | 8da7f4d6287bfe146af28a06172809bb76303b50 /src/runtime | |
| parent | 3328dd1f8dc784021e6bc0350cabc93b44b582c4 (diff) | |
PGF2.Expr fixes
It needs to be listed in gf.cabal
unsafePerformIO is only exported from System.IO.Unsafe, starting with ghc-7.8
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/haskell-bind/PGF2/Expr.hsc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
