leanpub-concepts 1.1 → 1.1.0.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~bytestringdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, text
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- leanpub-concepts.cabal +3/−3
changelog.md view
@@ -11,3 +11,7 @@ * Drop support for GHC 8.6 * Add support for GHC 8.8 and 8.10 * Tighten dependency bounds++1.1.0.1 - 2021 Mar 9++ * Relax dependency bounds
leanpub-concepts.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: leanpub-concepts-version: 1.1+version: 1.1.0.1 synopsis: Types for the Leanpub API category: Web@@ -35,5 +35,5 @@ build-depends: base ^>= 4.13 || ^>= 4.14- , bytestring ^>= 0.11- , text ^>= 1.2.3+ , bytestring ^>= 0.10 || ^>= 0.11+ , text ^>= 1.2.4