packages feed

stripe-wreq 1.0.1.4 → 1.0.1.6

raw patch · 3 files changed

+7/−3 lines, 3 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

changelog.md view
@@ -24,3 +24,7 @@ ## 1.0.1.4 - 2020-05-20  Support GHC 8.10++## 1.0.1.6 - 2021-02-10++Raise bound to allow `aeson-1.5`
license.txt view
@@ -1,4 +1,4 @@-Copyright 2019 Typeclass Consulting, LLC+Copyright 2021 Mission Valley Software LLC  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in
stripe-wreq.cabal view
@@ -1,5 +1,5 @@ name: stripe-wreq-version: 1.0.1.4+version: 1.0.1.6  synopsis: Use the Stripe API via Wreq category: Web@@ -38,7 +38,7 @@         Stripe.Wreq      build-depends:-        aeson >=1.4 && <1.5+        aeson >=1.4 && <1.6       , base >=4.10 && <4.15       , bytestring >=0.10 && <0.11       , lens >=4.17 && <4.20