Skip to content

Commit a4f8c29

Browse files
committed
2.6.1
Bump aeson version upper bound.
1 parent 1e237b7 commit a4f8c29

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

stripe-core/stripe-core.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stripe-core
2-
version: 2.6.0
2+
version: 2.6.1
33
synopsis: Stripe API for Haskell - Pure Core
44
license: MIT
55
license-file: LICENSE
@@ -20,7 +20,7 @@ Description:
2020

2121
library
2222
hs-source-dirs: src
23-
build-depends: aeson >= 0.8 && < 0.10 || >= 0.11 && < 1.5
23+
build-depends: aeson >= 0.8 && < 0.10 || >= 0.11 && < 1.6
2424
, base >= 4.7 && < 5
2525
, bytestring >= 0.10 && < 0.11
2626
, mtl >= 2.1.2 && < 2.3

stripe-haskell/stripe-haskell.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stripe-haskell
2-
version: 2.6.0
2+
version: 2.6.1
33
synopsis: Stripe API for Haskell
44
license: MIT
55
license-file: LICENSE

stripe-http-client/stripe-http-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stripe-http-client
2-
version: 2.6.0
2+
version: 2.6.1
33
license: MIT
44
license-file: LICENSE
55
author: Christopher Reichert
@@ -27,7 +27,7 @@ library
2727
build-depends: base >= 4.7 && < 5
2828
, bytestring >= 0.10 && < 0.11
2929
, text >= 1.1 && < 1.3
30-
, aeson >= 0.8 && < 0.10 || >= 0.11 && < 1.5
30+
, aeson >= 0.8 && < 0.10 || >= 0.11 && < 1.6
3131
, http-client
3232
, http-client-tls
3333
, http-types

stripe-tests/stripe-tests.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stripe-tests
2-
version: 2.6.0
2+
version: 2.6.1
33
synopsis: Tests for Stripe API bindings for Haskell
44
license: MIT
55
license-file: LICENSE
@@ -22,7 +22,7 @@ Description:
2222

2323
library
2424
hs-source-dirs: tests
25-
build-depends: aeson >= 0.8 && < 0.10 || >= 0.11 && < 1.5
25+
build-depends: aeson >= 0.8 && < 0.10 || >= 0.11 && < 1.6
2626
, base >= 4.7 && < 5
2727
, bytestring >= 0.10 && < 0.11
2828
, free >= 4.10 && < 6

0 commit comments

Comments
 (0)