File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name : stripe-core
2- version : 2.6.0
2+ version : 2.6.1
33synopsis : Stripe API for Haskell - Pure Core
44license : MIT
55license-file : LICENSE
@@ -20,7 +20,7 @@ Description:
2020
2121library
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
Original file line number Diff line number Diff line change 11name : stripe-haskell
2- version : 2.6.0
2+ version : 2.6.1
33synopsis : Stripe API for Haskell
44license : MIT
55license-file : LICENSE
Original file line number Diff line number Diff line change 11name : stripe-http-client
2- version : 2.6.0
2+ version : 2.6.1
33license : MIT
44license-file : LICENSE
55author : 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
Original file line number Diff line number Diff line change 11name : stripe-tests
2- version : 2.6.0
2+ version : 2.6.1
33synopsis : Tests for Stripe API bindings for Haskell
44license : MIT
55license-file : LICENSE
@@ -22,7 +22,7 @@ Description:
2222
2323library
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
You can’t perform that action at this time.
0 commit comments