25 lines
734 B
Plaintext
25 lines
734 B
Plaintext
name: authenticate-kerberos
|
|
version: 1.0.0
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
author: Arash Rouhani
|
|
maintainer: Arash Rouhani
|
|
synopsis: Authentication methods for Haskell web applications.
|
|
description: Kerberos authenticate.
|
|
category: Web
|
|
stability: Stable
|
|
cabal-version: >= 1.6
|
|
build-type: Custom
|
|
homepage: http://github.com/yesodweb/authenticate
|
|
|
|
library
|
|
build-depends: base >= 4 && < 5
|
|
, text
|
|
, process
|
|
exposed-modules: Web.Authenticate.Kerberos
|
|
ghc-options: -Wall
|
|
|
|
source-repository head
|
|
type: git
|
|
location: git://github.com/yesodweb/authenticate.git
|