diff --git a/json-rpc.cabal b/json-rpc.cabal
--- a/json-rpc.cabal
+++ b/json-rpc.cabal
@@ -1,5 +1,5 @@
 name:                   json-rpc
-version:                0.1.0.4
+version:                0.1.0.5
 synopsis:               Fully-featured JSON-RPC 2.0 library
 description:
   This JSON-RPC library is fully-compatible with JSON-RPC 2.0 and
@@ -22,7 +22,7 @@
   other-modules:        Network.JsonRpc.Data,
                         Network.JsonRpc.Conduit
   build-depends:        base                        >= 4.6      && < 5,
-                        aeson                       >= 0.7.0.5  && < 0.8,
+                        aeson                       >= 0.7.0.5  && < 0.9,
                         async                       >= 2.0      && < 2.1,
                         bytestring                  >= 0.10     && < 0.11,
                         conduit                     >= 1.1      && < 1.2,
@@ -44,7 +44,7 @@
   other-modules:        Network.JsonRpc.Tests,
                         Network.JsonRpc.Arbitrary
   build-depends:        base                        >= 4.6      && < 5,
-                        aeson                       >= 0.7.0.5  && < 0.8,
+                        aeson                       >= 0.7.0.5  && < 0.9,
                         async                       >= 2.0      && < 2.1,
                         bytestring                  >= 0.10     && < 0.11,
                         conduit                     >= 1.1      && < 1.2,
