From fcba0b405a4259ea01091d3168ec280e97076652 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Tue, 7 Apr 2015 12:49:22 -0400 Subject: [PATCH] Remove support for GHC 6 - This was behind a default-true flag - We have no conditionals internally --- yesod-auth-oauth2.cabal | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index b4eef8a..389f172 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -12,8 +12,6 @@ cabal-version: >= 1.6 build-type: Simple homepage: http://github.com/scan/yesod-auth-oauth2 -flag ghc7 - flag network-uri description: Get Network.URI from the network-uri package default: True @@ -24,13 +22,8 @@ library else build-depends: network < 2.6 - if flag(ghc7) - build-depends: base >= 4.3 && < 5 - cpp-options: -DGHC7 - else - build-depends: base >= 4 && < 4.3 - - build-depends: bytestring >= 0.9.1.4 + build-depends: base >= 4.3 && < 5 + , bytestring >= 0.9.1.4 , http-conduit >= 2.0 && < 3.0 , http-types >= 0.8 && < 0.9 , aeson >= 0.6 && < 0.9