Skip to content

Bump constraints to work against LTS Haskell 3.17 #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions stripe.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: stripe
Version: 0.8.3
Version: 0.8.4
Synopsis: A Haskell implementation of the Stripe API.
Description: This is an implementation of the Stripe API as it is
documented at https:\/\/stripe.com\/docs\/api
Expand Down Expand Up @@ -35,13 +35,13 @@ Library
, Web.Stripe.Token
, Web.Stripe.Utils
Build-depends: base >= 3 && < 5
, text >= 0.11.0 && < 1.3
, aeson >= 0.6.1 && < 0.9
, unordered-containers >= 0.1.4.6 && < 0.3
, time >= 1.0 && < 1.5
, http-conduit >= 2.0 && < 2.2
, http-types >= 0.6.11 && < 0.9
, bytestring >= 0.9 && < 0.11
, mtl >= 2.1 && < 2.2
, utf8-string >= 0.3.7 && < 0.4
, text >= 1.2 && < 1.3
, aeson >= 0.8 && < 0.9
, unordered-containers >= 0.2 && < 0.3
, time >= 1.5 && < 1.6
, http-conduit >= 2.1 && < 2.2
, http-types >= 0.8 && < 0.9
, bytestring >= 0.10 && < 0.11
, mtl >= 2.2 && < 2.3
, utf8-string >= 1.0 && < 1.1
extensions: OverloadedStrings, TupleSections