mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-02-26 01:17:55 +01: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
|
||||
build-depends: network < 2.6
|
||||
|
||||
build-depends: base >= 4.3 && < 5
|
||||
build-depends: base >= 4.5 && < 5
|
||||
, bytestring >= 0.9.1.4
|
||||
, http-conduit >= 2.0 && < 3.0
|
||||
, http-types >= 0.8 && < 0.9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user