forked from GitHub/gf-core
PGF2.Expr fixes
It needs to be listed in gf.cabal unsafePerformIO is only exported from System.IO.Unsafe, starting with ghc-7.8
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
module PGF2.Expr where
|
||||
|
||||
import System.IO.Unsafe(unsafePerformIO)
|
||||
import Foreign
|
||||
import Foreign.C
|
||||
import qualified Text.PrettyPrint as PP
|
||||
|
||||
Reference in New Issue
Block a user