From be9572fea9cc328120ac5c9ee0177a6cb4038219 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Wed, 13 Dec 2017 18:18:22 +0100 Subject: [PATCH] changed upper bounds to compile with ghc8.2 --- yesod-auth-oauth2.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index 21897e9..93b97a8 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -89,6 +89,7 @@ test-suite test , yesod-auth-oauth2 , hspec , uri-bytestring + other-modules: URI.ByteString.ExtensionSpec source-repository head type: git