changed versions
This commit is contained in:
parent
fd67f12be9
commit
5f30bcbb2c
@ -1,10 +1,11 @@
|
||||
|
||||
name: authenticate-oauth
|
||||
version: 1.2.0
|
||||
version: 1.3.0
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Hiromi Ishii
|
||||
maintainer: Hiromi Ishii
|
||||
synopsis: Authentication methods for Haskell web applications.
|
||||
synopsis: Library to authenticate via OAuth for Haskell web applications.
|
||||
description: OAuth authentication, e.g. Twitter.
|
||||
category: Web
|
||||
stability: Stable
|
||||
@ -14,7 +15,7 @@ homepage: http://github.com/yesodweb/authenticate
|
||||
|
||||
library
|
||||
build-depends: base >= 4 && < 5
|
||||
, http-conduit >= 1.3 && < 1.4
|
||||
, http-conduit >= 1.4 && < 1.5
|
||||
, transformers >= 0.1 && < 0.3
|
||||
, bytestring >= 0.9
|
||||
, RSA >= 1.0 && < 1.1
|
||||
@ -25,8 +26,8 @@ library
|
||||
, random
|
||||
, http-types >= 0.6 && < 0.7
|
||||
, blaze-builder
|
||||
, conduit >= 0.3 && < 0.4
|
||||
, blaze-builder-conduit >= 0.3 && < 0.4
|
||||
, conduit >= 0.4 && < 0.5
|
||||
, blaze-builder-conduit >= 0.4 && < 0.5
|
||||
, monad-control >= 0.3 && < 0.4
|
||||
exposed-modules: Web.Authenticate.OAuth, Web.Authenticate.OAuth.IO
|
||||
ghc-options: -Wall
|
||||
|
||||
Loading…
Reference in New Issue
Block a user