-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathauthenticate-ldap.cabal
More file actions
27 lines (23 loc) · 897 Bytes
/
authenticate-ldap.cabal
File metadata and controls
27 lines (23 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: authenticate-ldap
version: 0.0.7
license: BSD3
license-file: LICENSE
author: Michael Litchard, Axel Angel, Hugo Daniel
maintainer: Michael Litchard
synopsis: LDAP authentication for Haskell web applications.
description: LDAP authentication for Haskell web applications.
category: Web
stability: Experimental
cabal-version: >= 1.6
build-type: Simple
homepage: http://github.com/mlitchard/authenticate-ldap
library
build-depends: base >= 4 && < 5
, text
, LDAP
, transformers
exposed-modules: Web.Authenticate.LDAP
ghc-options: -Wall
source-repository head
type: git
location: git://github.com:mlitchard/authenticate-ldap/authenticate-ldap.git