leanpub-wreq 1.1.0.3 → 1.1.0.4
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~aesondep ~basedep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, text, time, transformers
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- leanpub-wreq.cabal +3/−3
changelog.md view
@@ -25,3 +25,8 @@ 1.1.0.3 - 2022 Mar 15 * Add support for GHC 9.0 and 9.2++1.1.0.4 - 2022 Mar 15++ * Require aeson 2.0+ * Drop support for GHC 8.8
leanpub-wreq.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: leanpub-wreq-version: 1.1.0.3+version: 1.1.0.4 synopsis: Use the Leanpub API via Wreq category: Web@@ -34,8 +34,8 @@ Leanpub.Wreq build-depends:- aeson ^>= 1.4 || ^>=1.5- , base ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16+ aeson ^>= 2.0+ , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 , bytestring ^>= 0.10 || ^>= 0.11 , exceptions ^>= 0.10 , leanpub-concepts ^>= 1.0 || ^>= 1.1