diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2022-05-06 03:26:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-06 03:26:00 +0200 |
| commit | ec70e4a83e75691264a6f227819a90e123905a68 (patch) | |
| tree | 8699c11cd01ed82a09754da9892279ae31b7c11e /src/runtime/haskell | |
| parent | 6414bc8923ddf24c65eed053d03244c054c86dcb (diff) | |
| parent | e6ade90679e53e793cbe3cf0d526f11754d4b3d2 (diff) | |
Merge pull request #136 from mengwong/ghc9
compiles with GHC 9.0.2
Diffstat (limited to 'src/runtime/haskell')
| -rw-r--r-- | src/runtime/haskell/pgf.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/pgf.cabal b/src/runtime/haskell/pgf.cabal index 41e67f6ae..cb5841a1c 100644 --- a/src/runtime/haskell/pgf.cabal +++ b/src/runtime/haskell/pgf.cabal @@ -15,7 +15,7 @@ library default-language: Haskell2010 build-depends: array >= 0.5.1 && < 0.6, - base >= 4.9.1 && < 4.15, + base >= 4.9.1 && < 4.16, bytestring >= 0.10.8 && < 0.11, containers >= 0.5.7 && < 0.7, ghc-prim >= 0.5.0 && < 0.7, |
