packages feed

stripe-concepts 1.0.3 → 1.0.3.1

raw patch · 2 files changed

+6/−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 view
@@ -35,3 +35,7 @@ ## 1.0.3 - 2021-07-01  Add standard instances to many types++# 1.0.3.1 - 2022-01-09++Support GHC 9.2
stripe-concepts.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0  name: stripe-concepts-version: 1.0.3+version: 1.0.3.1  synopsis: Types for the Stripe API category: Web@@ -21,8 +21,6 @@ license-file: license.txt  build-type: Simple-tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.3, GHC==8.8.1, GHC==8.10.1,-             GHC==9.0.1  extra-source-files:     changelog.md@@ -36,6 +34,6 @@      build-depends:         base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14-          || ^>= 4.15+          || ^>= 4.15 || ^>= 4.16       , bytestring ^>= 0.10 || ^>= 0.11       , text ^>= 1.2