MIT licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki
This version can be pinned in stack with:stripe-wreq-1.0.1.15@sha256:9992289f0dc3e8774148607d6d7a66224c832344fc59260c05815f25b116ad51,1098

Module documentation for 1.0.1.15

This package helps you make requests to the Stripe API in conjunction with the wreq package. This is a minimal library that makes no attempt obscure either its underpinnings in Wreq or any of the details of the Stripe API. Responses are returned as aeson values.

Changes

Changelog

1.0.1.15 - 2023-02-01

Support GHC 9.4

1.0.1.14 - 2022-03-15

Support base 4.16 (GHC 9.2)

Raise base lower bound to 4.14 (GHC 8.10)

Raise lens lower bound to 5.0

1.0.1.12 - 2021-11-16

Support aeson 2.0, drop support for previous versions

Support lens 5.1

1.0.1.10 - 2021-06-05

Support GHC 9.0, bytestring 0.11

1.0.1.8 - 2021-03-08

Raise bound to allow lens-5.0

1.0.1.6 - 2021-02-10

Raise bound to allow aeson-1.5

1.0.1.4 - 2020-05-20

Support GHC 8.10

1.0.1.2 - 2020-04-18

Tightened dependency version bounds

1.0.1.0 - 2019-09-30

New functions get', post', delete' with a new RequestApiVersion parameter

1.0.0.0 - 2018-12-20

Initial release