http-grammar 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- http-grammar.cabal +3/−2
+ CHANGELOG.md view
@@ -0,0 +1,5 @@+# Changelog++## 0.1.0.5++- Add support for GHC 9.14.
http-grammar.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: http-grammar-version: 0.1.0.4+version: 0.1.0.5 synopsis: Attoparsec-based parsers for the RFC-2616 HTTP grammar rules. description: The purpose of this package is to provide a faithful implementation of the RFC-2616 HTTP grammar rules without@@ -22,6 +22,7 @@ build-type: Simple extra-source-files: README.md+ CHANGELOG.md library exposed-modules:@@ -32,7 +33,7 @@ build-depends: , attoparsec >= 0.13.2.4 && < 0.15 , bytestring >= 0.10.10.1 && < 0.13- , base >= 4.13.0.0 && < 4.22+ , base >= 4.13.0.0 && < 4.23 hs-source-dirs: src default-language: Haskell2010