mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-26 02:41:56 +01: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
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user