stripe-concepts 1.0.2.0 → 1.0.2.2
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~basedep ~bytestringdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring, text
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- stripe-concepts.cabal +5/−5
changelog.md view
@@ -22,3 +22,7 @@ New: - `ApiVersion` and `RequestApiVersion` types++## 1.0.2.2 - 2020-04-18++Tightened dependency version bounds
stripe-concepts.cabal view
@@ -1,5 +1,5 @@ name: stripe-concepts-version: 1.0.2.0+version: 1.0.2.2 synopsis: Types for the Stripe API category: Web@@ -20,7 +20,7 @@ build-type: Simple cabal-version: >=1.10-tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.3+tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.3, GHC==8.8.1 extra-source-files: changelog.md@@ -33,6 +33,6 @@ Stripe.Concepts build-depends:- base >=4.10 && <5- , bytestring- , text+ base >=4.10 && <4.14+ , bytestring >=0.10 && <0.11+ , text >=1.2 && <1.3