stripe-http-client 2.5.0 → 2.6.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- stripe-http-client.cabal +2/−2
stripe-http-client.cabal view
@@ -1,5 +1,5 @@ name: stripe-http-client-version: 2.5.0+version: 2.6.0 license: MIT license-file: LICENSE author: Christopher Reichert@@ -40,7 +40,7 @@ default-language: Haskell2010 build-depends: base >= 4.7 && < 5 , free >= 4.10 && < 6- , hspec >= 2.1.0 && < 2.7+ , hspec >= 2.1.0 && < 2.8 , stripe-core , stripe-tests , http-client