MIT licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki
This version can be pinned in stack with:stripe-wreq-1.0.1.14@sha256:314a28c099747c3e0beab8c54fefc0bc16c158ceddabb4a92e7563e90f962517,1194

Module documentation for 1.0.1.14

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.0.0 - 2018-12-20

  • Initial release

1.0.1.0 - 2019-09-30

New:

  • Functions get', post', delete' with a new RequestApiVersion parameter.

1.0.1.2 - 2020-04-18

Tightened dependency version bounds

1.0.1.4 - 2020-05-20

Support GHC 8.10

1.0.1.6 - 2021-02-10

Raise bound to allow aeson-1.5

1.0.1.8 - 2021-03-08

Raise bound to allow lens-5.0

1.0.1.10 - 2021-06-05

Support GHC 9.0, bytestring 0.11

1.0.1.12 - 2021-11-16

Support aeson 2.0, drop support for previous versions

Support lens 5.1

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