diff --git a/README.md b/README.md
deleted file mode 100644
--- a/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-json-rpc-client
-===============
-[![Build Status](https://travis-ci.org/grayjay/json-rpc-client.svg?branch=master)](https://travis-ci.org/grayjay/json-rpc-client)
-
-
-Functions for creating a JSON-RPC 2.0 client.  See
-http://www.jsonrpc.org/specification. This library supports
-batch requests and notifications, as well as single method
-calls.  It also provides a function for creating corresponding
-server-side methods with the package [json-rpc-server]
-(http://hackage.haskell.org/package/json-rpc-server).
-This library does not handle transport, so a function for
-communicating with the server must be provided.  The
-documentation is on Hackage:
-<http://hackage.haskell.org/package/json-rpc-client>.
diff --git a/json-rpc-client.cabal b/json-rpc-client.cabal
--- a/json-rpc-client.cabal
+++ b/json-rpc-client.cabal
@@ -1,5 +1,5 @@
 name:                json-rpc-client
-version:             0.1.3.0
+version:             0.1.4.0
 license:             MIT
 license-file:        LICENSE
 category:            Network, JSON
@@ -7,7 +7,6 @@
 maintainer:          Kristen Kozak <grayjay@wordroute.com>
 synopsis:            JSON-RPC 2.0 on the client side.
 build-type:          Simple
-extra-source-files:  README.md
 cabal-version:       >=1.10
 tested-with:         GHC == 7.0.4, GHC == 7.4.2, GHC == 7.6.3,
                      GHC == 7.8.3, GHC == 7.10.1
@@ -37,7 +36,7 @@
                        Network.JsonRpc.ServerAdapter
   build-depends:       base >=4.3.1 && <4.9,
                        json-rpc-server >=0.1.4 && <0.2,
-                       aeson >=0.7 && <0.9,
+                       aeson >=0.7 && <0.10,
                        bytestring >=0.9.1 && <0.11,
                        mtl >=2.1.1 && <2.3,
                        text >=0.11.2 && <1.3,
@@ -56,7 +55,7 @@
     build-depends:       base >=4.3.1 && <4.9,
                          json-rpc-client,
                          json-rpc-server >=0.1.4 && <0.2,
-                         aeson >=0.7 && <0.9,
+                         aeson >=0.7 && <0.10,
                          bytestring >=0.9.2 && <0.11,
                          mtl >=2.1.1 && <2.3,
                          text >=0.11.2 && <1.3
@@ -73,7 +72,7 @@
                          json-rpc-client,
                          json-rpc-server >=0.1.4 && <0.2,
                          process >=1.1.0 && <1.3,
-                         aeson >=0.7 && <0.9,
+                         aeson >=0.7 && <0.10,
                          bytestring >=0.9.2 && <0.11,
                          mtl >=2.1.1 && <2.3,
                          text >=0.11.2 && <1.3
@@ -89,7 +88,7 @@
   build-depends:       base >=4.3.1 && <4.9,
                        json-rpc-client,
                        json-rpc-server >=0.1.4 && <0.2,
-                       aeson >=0.7 && <0.9,
+                       aeson >=0.7 && <0.10,
                        bytestring >=0.9.1 && <0.11,
                        mtl >=2.1.1 && <2.3,
                        scientific >=0.2 && <0.4,
@@ -97,7 +96,7 @@
                        unordered-containers >=0.2.3 && <0.3,
                        vector >=0.10 && <0.11,
                        HUnit >=1.2.4 && <1.3,
-                       QuickCheck >=2.4.2 && <2.8,
+                       QuickCheck >=2.4.2 && <2.9,
                        test-framework >=0.6 && <0.9,
                        test-framework-hunit >=0.3 && <0.4,
                        test-framework-quickcheck2 >=0.3 && <0.4
