diff --git a/stripe-core/stripe-core.cabal b/stripe-core/stripe-core.cabal
index 17dd6b0..829b159 100644
--- a/stripe-core/stripe-core.cabal
+++ b/stripe-core/stripe-core.cabal
@@ -20,7 +20,7 @@ Description:
 
 library
   hs-source-dirs:      src
-  build-depends:       aeson                >= 0.8   && < 0.9
+  build-depends:       aeson                >= 0.8   && < 0.10
                      , base                 >= 4.7   && < 5
                      , bytestring           >= 0.10  && < 0.11
                      , mtl                  >= 2.1.2 && < 2.3
diff --git a/stripe-http-streams/stripe-http-streams.cabal b/stripe-http-streams/stripe-http-streams.cabal
index 42e6c6b..6613036 100644
--- a/stripe-http-streams/stripe-http-streams.cabal
+++ b/stripe-http-streams/stripe-http-streams.cabal
@@ -22,11 +22,11 @@ library
   exposed-modules:     Web.Stripe.Client.HttpStreams
   other-extensions:    OverloadedStrings, RecordWildCards
   build-depends:         base         >= 4.7  && < 5
-                       , aeson        >= 0.8  && < 0.9
+                       , aeson        >= 0.8  && < 0.10
                        , bytestring   >= 0.10 && < 0.11
                        , HsOpenSSL    >= 0.11 && < 0.12
-                       , http-streams >= 0.7  && < 0.8
-                       , io-streams   >= 1.2  && < 1.3
+                       , http-streams >= 0.7  && < 0.9
+                       , io-streams   >= 1.2  && < 1.4
                        , stripe-core  >= 2.0  && < 2.1
                        , text         >= 1.1  && < 1.3
   ghc-options:         -Wall
@@ -39,7 +39,7 @@ Test-Suite tests
                     , base                >= 4.7 && < 5
                     , free                >= 4.10 && < 4.11
                     , hspec               >= 2.1  && < 2.2
-                    , http-streams        >= 0.7  && < 0.8
+                    , http-streams        >= 0.7  && < 0.9
                     , stripe-core         >= 2.0 && < 2.1
                     , stripe-http-streams >= 2.0 && < 2.1
                     , stripe-tests        >= 2.0 && < 2.1
diff --git a/stripe/stripe.cabal b/stripe/stripe.cabal
index 31f9463..c3fd3e2 100644
--- a/stripe/stripe.cabal
+++ b/stripe/stripe.cabal
@@ -2,7 +2,6 @@ name:                stripe
 version:             2.0.0
 synopsis:            Stripe API for Haskell
 license:             MIT
-license-file:        LICENSE
 author:              David Johnson, Jeremy Shaw
 maintainer:          djohnson.m@gmail.com
 copyright:           Copyright (c) 2015 David M. Johnson