diff options
| author | hallgren <hallgren@chalmers.se> | 2014-02-10 21:44:34 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-02-10 21:44:34 +0000 |
| commit | c9af5d11c0d46c2c817ef4bf7a9d68c77d05d995 (patch) | |
| tree | 7de567c9e198f2eeebbfe0549b7151324c200660 /src/runtime/haskell-bind/pgf2-bind.cabal | |
| parent | 60980d16176f5f3a70ceb32d7a4975a73deded9f (diff) | |
Restore compatibility with GHC 7.0
Diffstat (limited to 'src/runtime/haskell-bind/pgf2-bind.cabal')
| -rw-r--r-- | src/runtime/haskell-bind/pgf2-bind.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell-bind/pgf2-bind.cabal b/src/runtime/haskell-bind/pgf2-bind.cabal index f69eb3f05..877eb0e72 100644 --- a/src/runtime/haskell-bind/pgf2-bind.cabal +++ b/src/runtime/haskell-bind/pgf2-bind.cabal @@ -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 |
