diff options
Diffstat (limited to 'src/runtime/haskell')
| -rw-r--r-- | src/runtime/haskell/pgf.cabal | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/runtime/haskell/pgf.cabal b/src/runtime/haskell/pgf.cabal index ab54be441..41e67f6ae 100644 --- a/src/runtime/haskell/pgf.cabal +++ b/src/runtime/haskell/pgf.cabal @@ -14,17 +14,19 @@ tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.10.4 library default-language: Haskell2010 build-depends: - base >= 4.9.1 && < 4.15, array >= 0.5.1 && < 0.6, - containers >= 0.5.7 && < 0.7, + base >= 4.9.1 && < 4.15, bytestring >= 0.10.8 && < 0.11, - utf8-string >= 1.0.1.1 && < 1.1, - random >= 1.1 && < 1.3, - pretty >= 1.1.3 && < 1.2, - mtl >= 2.2.1 && < 2.3, + containers >= 0.5.7 && < 0.7, ghc-prim >= 0.5.0 && < 0.7, - -- For compatability with GHC < 8 - fail >= 4.9.0 && < 4.10 + mtl >= 2.2.1 && < 2.3, + pretty >= 1.1.3 && < 1.2, + random >= 1.1 && < 1.3, + utf8-string >= 1.0.1.1 && < 1.1 + + if impl(ghc<8.0) + build-depends: + fail >= 4.9.0 && < 4.10 other-modules: -- not really part of GF but I have changed the original binary library |
