stripe-haskell 0.1.0.4 → 0.1.0.5
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~randomPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: random
API changes (from Hackage documentation)
Files
- stripe-haskell.cabal +3/−3
stripe-haskell.cabal view
@@ -1,5 +1,5 @@ name: stripe-haskell-version: 0.1.0.4+version: 0.1.0.5 synopsis: Stripe API for Haskell license: MIT license-file: LICENSE@@ -113,7 +113,7 @@ , bytestring , either , hspec >= 1.11.4- , random >= 1.1+ , random , stripe-haskell , text , time@@ -131,7 +131,7 @@ , http-streams , io-streams , mtl >= 2.1.3.1- , random >= 1.1+ , random , text , time , transformers