stripe-haskell 0.1.1.1 → 0.1.1.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Web.Stripe: type Stripe a = EitherT StripeError (ReaderT (StripeConfig, Connection) IO) a
+ Web.Stripe: type Stripe = EitherT StripeError (ReaderT (StripeConfig, Connection) IO)
Files
src/Web/Stripe/Client/Types.hs view
@@ -22,7 +22,7 @@ ------------------------------------------------------------------------------ -- | The `Stripe` Monad-type Stripe a = EitherT StripeError (ReaderT (StripeConfig, Connection) IO) a+type Stripe = EitherT StripeError (ReaderT (StripeConfig, Connection) IO) ------------------------------------------------------------------------------ -- | HTTP Params
stripe-haskell.cabal view
@@ -1,5 +1,5 @@ name: stripe-haskell-version: 0.1.1.1+version: 0.1.1.2 synopsis: Stripe API for Haskell license: MIT license-file: LICENSE