stripe-http-streams 2.1.0 → 2.2.0
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~aesondep ~stripe-coredep ~stripe-http-streams
Dependency ranges changed: aeson, stripe-core, stripe-http-streams, stripe-tests
Files
stripe-http-streams.cabal view
@@ -1,5 +1,5 @@ name: stripe-http-streams-version: 2.1.0+version: 2.2.0 license: MIT license-file: LICENSE author: David Johnson, Jeremy Shaw@@ -22,12 +22,12 @@ exposed-modules: Web.Stripe.Client.HttpStreams other-extensions: OverloadedStrings, RecordWildCards build-depends: base >= 4.7 && < 5- , aeson >= 0.8 && < 0.10 || == 0.11.*+ , aeson >= 0.8 && < 0.10 || >= 0.11 && < 1.1 , bytestring >= 0.10 && < 0.11 , HsOpenSSL >= 0.11 && < 0.12 , http-streams >= 0.7 && < 0.9 , io-streams >= 1.2 && < 1.4- , stripe-core >= 2.0 && < 2.2+ , stripe-core >= 2.0 && < 2.3 , text >= 1.1 && < 1.3 ghc-options: -Wall @@ -40,9 +40,9 @@ , free >= 4.10 && < 4.13 , hspec >= 2.1.0 && < 2.3 , http-streams >= 0.7 && < 0.9- , stripe-core >= 2.0 && < 2.2- , stripe-http-streams >= 2.0 && < 2.2- , stripe-tests >= 2.0 && < 2.2+ , stripe-core >= 2.0 && < 2.3+ , stripe-http-streams >= 2.0 && < 2.3+ , stripe-tests >= 2.0 && < 2.3 default-language: Haskell2010 ghc-options: -Wall -threaded -rtsopts