Restore compatibility with GHC 7.0

This commit is contained in:
hallgren
2014-02-10 21:44:34 +00:00
parent 60980d1617
commit c9af5d11c0
3 changed files with 14 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ cabal-version: >=1.10
library
exposed-modules: PGF2
other-modules: PGF2.FFI
build-depends: base >=4.5 && <4.7, bytestring >=0.9 && <0.11,
build-depends: base >=4.3, bytestring >=0.9,
containers
-- hs-source-dirs:
build-tools: hsc2hs