gll 0.4.1.0 → 0.4.1.1
raw patch · 2 files changed
+9/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.txt +4/−0
- gll.cabal +5/−3
changelog.txt view
@@ -75,3 +75,7 @@ 0.4.0.13 -> 0.4.1.0 + updated dependencies to GHC 9.2.5 M removed TypeCompose dependency and embedded needed definitions of OO++0.4.1.1 -> 0.4.1.1+ + updated dependencies to GHC 9.2.8+
gll.cabal view
@@ -3,7 +3,7 @@ -- The name of the package. name: gll-version: 0.4.1.0+version: 0.4.1.1 synopsis: GLL parser with simple combinator interface license: BSD3 license-file: LICENSE@@ -12,9 +12,11 @@ category: Compilers build-type: Simple cabal-version: 1.22-tested-with: GHC >= 8.2.1 && <= 8.6, GHC == 8.8.3, GHC == 9.2.5, GHC == 9.4.3-copyright: Copyright (C) 2015-2022 L. Thomas van Binsbergen+tested-with: GHC >= 8.2.1 && <= 8.6, GHC == 8.8.3, GHC >= 9.2.5, GHC == 9.4.3+copyright: Copyright (C) 2015-2023 L. Thomas van Binsbergen stability: experimental+homepage: https://github.com/ltbinsbe/gll-combinators+bug-reports: https://github.com/ltbinsbe/gll-combinators/issues description: The package gll provides generalised top-down parsing according to the