mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-27 21:27:54 +02:00
Remove support for GHC 6
- This was behind a default-true flag - We have no conditionals internally
This commit is contained in:
parent
0b0e6c179d
commit
fcba0b405a
@ -12,8 +12,6 @@ cabal-version: >= 1.6
|
|||||||
build-type: Simple
|
build-type: Simple
|
||||||
homepage: http://github.com/scan/yesod-auth-oauth2
|
homepage: http://github.com/scan/yesod-auth-oauth2
|
||||||
|
|
||||||
flag ghc7
|
|
||||||
|
|
||||||
flag network-uri
|
flag network-uri
|
||||||
description: Get Network.URI from the network-uri package
|
description: Get Network.URI from the network-uri package
|
||||||
default: True
|
default: True
|
||||||
@ -24,13 +22,8 @@ library
|
|||||||
else
|
else
|
||||||
build-depends: network < 2.6
|
build-depends: network < 2.6
|
||||||
|
|
||||||
if flag(ghc7)
|
build-depends: base >= 4.3 && < 5
|
||||||
build-depends: base >= 4.3 && < 5
|
, bytestring >= 0.9.1.4
|
||||||
cpp-options: -DGHC7
|
|
||||||
else
|
|
||||||
build-depends: base >= 4 && < 4.3
|
|
||||||
|
|
||||||
build-depends: bytestring >= 0.9.1.4
|
|
||||||
, http-conduit >= 2.0 && < 3.0
|
, http-conduit >= 2.0 && < 3.0
|
||||||
, http-types >= 0.8 && < 0.9
|
, http-types >= 0.8 && < 0.9
|
||||||
, aeson >= 0.6 && < 0.9
|
, aeson >= 0.6 && < 0.9
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user