Relaxed version dependencies (support conduit-1.0 and so on).
This commit is contained in:
parent
f405cf2a88
commit
7b96e947e5
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
name: authenticate-oauth
|
name: authenticate-oauth
|
||||||
version: 1.4.0.4
|
version: 1.4.0.5
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Hiromi Ishii
|
author: Hiromi Ishii
|
||||||
@ -15,7 +15,7 @@ homepage: http://github.com/yesodweb/authenticate
|
|||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, http-conduit >= 1.4 && < 1.9
|
, http-conduit >= 1.4
|
||||||
, transformers >= 0.1 && < 0.4
|
, transformers >= 0.1 && < 0.4
|
||||||
, bytestring >= 0.9
|
, bytestring >= 0.9
|
||||||
, crypto-pubkey-types >= 0.1 && < 0.3
|
, crypto-pubkey-types >= 0.1 && < 0.3
|
||||||
@ -25,11 +25,11 @@ library
|
|||||||
, base64-bytestring >= 0.1 && < 1.1
|
, base64-bytestring >= 0.1 && < 1.1
|
||||||
, SHA >= 1.4 && < 1.7
|
, SHA >= 1.4 && < 1.7
|
||||||
, random
|
, random
|
||||||
, http-types >= 0.6 && < 0.8
|
, http-types >= 0.6 && < 0.9
|
||||||
, blaze-builder
|
, blaze-builder
|
||||||
, conduit >= 0.4 && < 0.6
|
, conduit >= 0.4
|
||||||
, resourcet >= 0.3 && < 0.5
|
, resourcet >= 0.3 && < 0.5
|
||||||
, blaze-builder-conduit >= 0.4 && < 0.6
|
, blaze-builder-conduit >= 0.4
|
||||||
, monad-control >= 0.3 && < 0.4
|
, monad-control >= 0.3 && < 0.4
|
||||||
exposed-modules: Web.Authenticate.OAuth, Web.Authenticate.OAuth.IO
|
exposed-modules: Web.Authenticate.OAuth, Web.Authenticate.OAuth.IO
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user