diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2025-08-03 16:30:18 +0200 |
|---|---|---|
| committer | Andreas Källberg <anka.213@gmail.com> | 2025-08-08 18:12:26 +0200 |
| commit | c7e26d7cd2d8d2178f619cf891588dca8356d997 (patch) | |
| tree | e4773f24281b60aac2b7427bbc7e4f19c8d41d16 /src/runtime/haskell-bind | |
| parent | 4fea7cf37fb76516d90f351d91aac13ca8d76fce (diff) | |
also add the 9.6 compatibility fixes to PGF2
Diffstat (limited to 'src/runtime/haskell-bind')
| -rw-r--r-- | src/runtime/haskell-bind/pgf2.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/haskell-bind/pgf2.cabal b/src/runtime/haskell-bind/pgf2.cabal index 83c990bf3..d7a98489e 100644 --- a/src/runtime/haskell-bind/pgf2.cabal +++ b/src/runtime/haskell-bind/pgf2.cabal @@ -15,7 +15,7 @@ homepage: https://www.grammaticalframework.org/ bug-reports: https://github.com/GrammaticalFramework/gf-core/issues author: Krasimir Angelov extra-source-files: CHANGELOG.md, README.md -tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.10.4 +tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.10.4, GHC=9.6.6 library exposed-modules: @@ -26,7 +26,7 @@ library PGF2.Expr, PGF2.Type build-depends: - base >= 4.9.1 && < 4.16, + base >= 4.9.1 && < 4.22, containers >= 0.5.7 && < 0.7, pretty >= 1.1.3 && < 1.2 default-language: Haskell2010 |
