stripe-core 2.5.0 → 2.6.0
raw patch · 2 files changed
+3/−2 lines, 2 filesdep ~time
Dependency ranges changed: time
Files
- src/Web/Stripe/Types.hs +1/−0
- stripe-core.cabal +2/−2
src/Web/Stripe/Types.hs view
@@ -2534,6 +2534,7 @@ XPF -> zeroCurrency EUR -> hundred USD -> hundred+ CHF -> hundred _ -> error $ "please submit a patch to currencyDivisor for this currency: " ++ show cur where zeroCurrency = fromIntegral
stripe-core.cabal view
@@ -1,5 +1,5 @@ name: stripe-core-version: 2.5.0+version: 2.6.0 synopsis: Stripe API for Haskell - Pure Core license: MIT license-file: LICENSE@@ -25,7 +25,7 @@ , bytestring >= 0.10 && < 0.11 , mtl >= 2.1.2 && < 2.3 , text >= 1.0 && < 1.3- , time >= 1.4 && < 1.9+ , time >= 1.4 && < 1.11 , transformers >= 0.3 && < 0.6 , unordered-containers >= 0.2.5 && < 0.3