diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-07-07 13:04:09 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-07-07 13:04:09 +0200 |
| commit | 0954b4cbab2564c4d35043a87fddc9aee26b4166 (patch) | |
| tree | 6dc7a61f11fe83adc06a2e9f120f6d23c7f7a9b1 /src/runtime | |
| parent | f2e52d6f2c2bc90febceebdea0268b40ea37476c (diff) | |
More cabal file cleanup. Remove some more tabs from Haskell source.
Diffstat (limited to 'src/runtime')
| -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 |
