yesod/yesod-auth.cabal
Michael Snoyman e6c3fdf15f GHC 7
2010-11-22 22:20:16 +02:00

44 lines
1.7 KiB
Plaintext

name: yesod-auth
version: 0.2.0.2
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Authentication for Yesod.
category: Web
stability: Stable
cabal-version: >= 1.6
build-type: Simple
homepage: http://docs.yesodweb.com/
flag ghc7
library
if flag(ghc7)
build-depends: base >= 4.3 && < 5
cpp-options: -DGHC7
else
build-depends: base >= 4 && < 4.3
build-depends: authenticate >= 0.7 && < 0.8
, bytestring >= 0.9.1.4 && < 0.10
, yesod >= 0.6 && < 0.7
, wai >= 0.2 && < 0.3
, template-haskell
, pureMD5 >= 1.1 && < 2.2
, random >= 1.0 && < 1.1
, data-object >= 0.3.1.3 && < 0.4
, control-monad-attempt >= 0.3.0 && < 0.4
, text >= 0.7 && < 0.11
, mime-mail >= 0.0 && < 0.1
exposed-modules: Yesod.Helpers.Auth
Yesod.Helpers.Auth.Dummy
Yesod.Helpers.Auth.Email
Yesod.Helpers.Auth.Facebook
Yesod.Helpers.Auth.OpenId
Yesod.Helpers.Auth.Rpxnow
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/snoyberg/yesod-auth.git