Remove support for GHC 6

- This was behind a default-true flag
- We have no conditionals internally
This commit is contained in:
patrick brisbin 2015-04-07 12:49:22 -04:00
parent 0b0e6c179d
commit fcba0b405a
No known key found for this signature in database
GPG Key ID: DB04E2CE780A17DE

View File

@ -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