Skip to content

Commit

Permalink
2.6.1
Browse files Browse the repository at this point in the history
Bump aeson version upper bound.
  • Loading branch information
dmjio committed Sep 2, 2020
1 parent 1e237b7 commit a4f8c29
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions stripe-core/stripe-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stripe-core
version: 2.6.0
version: 2.6.1
synopsis: Stripe API for Haskell - Pure Core
license: MIT
license-file: LICENSE
Expand All @@ -20,7 +20,7 @@ Description:

library
hs-source-dirs: src
build-depends: aeson >= 0.8 && < 0.10 || >= 0.11 && < 1.5
build-depends: aeson >= 0.8 && < 0.10 || >= 0.11 && < 1.6
, base >= 4.7 && < 5
, bytestring >= 0.10 && < 0.11
, mtl >= 2.1.2 && < 2.3
Expand Down
2 changes: 1 addition & 1 deletion stripe-haskell/stripe-haskell.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stripe-haskell
version: 2.6.0
version: 2.6.1
synopsis: Stripe API for Haskell
license: MIT
license-file: LICENSE
Expand Down
4 changes: 2 additions & 2 deletions stripe-http-client/stripe-http-client.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stripe-http-client
version: 2.6.0
version: 2.6.1
license: MIT
license-file: LICENSE
author: Christopher Reichert
Expand Down Expand Up @@ -27,7 +27,7 @@ library
build-depends: base >= 4.7 && < 5
, bytestring >= 0.10 && < 0.11
, text >= 1.1 && < 1.3
, aeson >= 0.8 && < 0.10 || >= 0.11 && < 1.5
, aeson >= 0.8 && < 0.10 || >= 0.11 && < 1.6
, http-client
, http-client-tls
, http-types
Expand Down
4 changes: 2 additions & 2 deletions stripe-tests/stripe-tests.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stripe-tests
version: 2.6.0
version: 2.6.1
synopsis: Tests for Stripe API bindings for Haskell
license: MIT
license-file: LICENSE
Expand All @@ -22,7 +22,7 @@ Description:

library
hs-source-dirs: tests
build-depends: aeson >= 0.8 && < 0.10 || >= 0.11 && < 1.5
build-depends: aeson >= 0.8 && < 0.10 || >= 0.11 && < 1.6
, base >= 4.7 && < 5
, bytestring >= 0.10 && < 0.11
, free >= 4.10 && < 6
Expand Down

0 comments on commit a4f8c29

Please sign in to comment.