mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-09-06 18:03:50 +02:00
Remove implicit support for GHC 7.4
- Transitive dependency iproute will not build on 7.4.1
This commit is contained in:
parent
fcba0b405a
commit
44a83b6c6a
@ -22,7 +22,7 @@ library
|
|||||||
else
|
else
|
||||||
build-depends: network < 2.6
|
build-depends: network < 2.6
|
||||||
|
|
||||||
build-depends: base >= 4.3 && < 5
|
build-depends: base >= 4.5 && < 5
|
||||||
, bytestring >= 0.9.1.4
|
, 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user