diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal
--- a/yesod-auth-oauth2.cabal
+++ b/yesod-auth-oauth2.cabal
@@ -1,11 +1,13 @@
--- This file has been generated from package.yaml by hpack version 0.28.2.
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.0.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 836f5ffe241a2e028ddd2e67244782536c9625183e274372c0c10708f2c13cc4
+-- hash: 0411a1ae914befb60e1871e7735c2e7afb87fc0c463cd1142e1c1ecf762a14cb
 
 name:           yesod-auth-oauth2
-version:        0.5.2.0
+version:        0.5.3.0
 synopsis:       OAuth 2.0 authentication plugins
 description:    Library to authenticate with OAuth 2.0 for Yesod web applications.
 category:       Web
@@ -16,7 +18,6 @@
 license:        MIT
 license-file:   LICENSE
 build-type:     Simple
-cabal-version:  >= 1.10
 
 source-repository head
   type: git
@@ -32,11 +33,11 @@
       src
   ghc-options: -Wall
   build-depends:
-      aeson >=0.6 && <1.4
+      aeson >=0.6 && <1.5
     , base >=4.9.0.0 && <5
     , bytestring >=0.9.1.4
     , errors
-    , hoauth2 >=1.3.0 && <1.8
+    , hoauth2 >=1.3.0 && <1.9
     , http-client >=0.4.0 && <0.6
     , http-conduit >=2.0 && <3.0
     , http-types >=0.8 && <0.13
