leanpub-wreq 1.1.0.2 → 1.1.0.3
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- leanpub-wreq.cabal +3/−4
changelog.md view
@@ -21,3 +21,7 @@ 1.1.0.2 - 2021 Mar 10 * Relax mwc-random lower bound to allow 0.14++1.1.0.3 - 2022 Mar 15++ * Add support for GHC 9.0 and 9.2
leanpub-wreq.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: leanpub-wreq-version: 1.1.0.2+version: 1.1.0.3 synopsis: Use the Leanpub API via Wreq category: Web@@ -22,7 +22,6 @@ license-file: license.txt build-type: Simple-tested-with: GHC == 8.8.3, GHC == 8.10.3 extra-source-files: changelog.md@@ -36,7 +35,7 @@ build-depends: aeson ^>= 1.4 || ^>=1.5- , base ^>= 4.13 || ^>= 4.14+ , base ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 , bytestring ^>= 0.10 || ^>= 0.11 , exceptions ^>= 0.10 , leanpub-concepts ^>= 1.0 || ^>= 1.1@@ -44,5 +43,5 @@ , text ^>= 1.2.4 , time ^>= 1.9 || ^>= 1.10 || ^>= 1.11 , transformers ^>=0.5- , unordered-containers ^>= 0.2.13+ , unordered-containers ^>= 0.2.10 , wreq ^>= 0.5.3