leanpub-concepts 1.1.0.1 → 1.1.0.2
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~basedep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, text
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- leanpub-concepts.cabal +2/−3
changelog.md view
@@ -15,3 +15,7 @@ 1.1.0.1 - 2021 Mar 9 * Relax dependency bounds++1.1.0.2 - 2022 Mar 15++ * Add support for GHC 9.0 and 9.2
leanpub-concepts.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: leanpub-concepts-version: 1.1.0.1+version: 1.1.0.2 synopsis: Types for the Leanpub API category: Web@@ -21,7 +21,6 @@ license-file: license.txt build-type: Simple-tested-with: GHC == 8.8.3, GHC == 8.10.3 extra-source-files: changelog.md@@ -34,6 +33,6 @@ Leanpub.Concepts build-depends:- base ^>= 4.13 || ^>= 4.14+ base ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 , bytestring ^>= 0.10 || ^>= 0.11 , text ^>= 1.2.4