From 44a83b6c6a8c09ab753b948d9647f5e0a53fca9d Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Tue, 7 Apr 2015 12:50:53 -0400 Subject: [PATCH] Remove implicit support for GHC 7.4 - Transitive dependency iproute will not build on 7.4.1 --- yesod-auth-oauth2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index 389f172..a1bacd9 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -22,7 +22,7 @@ library else build-depends: network < 2.6 - build-depends: base >= 4.3 && < 5 + build-depends: base >= 4.5 && < 5 , bytestring >= 0.9.1.4 , http-conduit >= 2.0 && < 3.0 , http-types >= 0.8 && < 0.9