File: LDAP.cabal

package info (click to toggle)
ldap-haskell 0.6.4.1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 148 kB
  • ctags: 6
  • sloc: haskell: 154; makefile: 125
file content (33 lines) | stat: -rw-r--r-- 844 bytes parent folder | download
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
28
29
30
31
32
33
Extra-Libraries: ldap
-- End detected settings section.  Everything below here should not
-- need editing.
Name: LDAP
Version: 0.6.4
License: BSD3
Maintainer: John Goerzen <jgoerzen@complete.org>
Author: John Goerzen
Stability: Beta
Copyright: Copyright (c) 2005-2008 John Goerzen
homepage: http://software.complete.org/ldap-haskell
Category: Network
Synopsis: Haskell binding for C LDAP API
license-file: COPYRIGHT
extra-source-files: COPYING
-- C-Sources: glue/glue.c
Exposed-Modules: LDAP,
 LDAP.Types,
 LDAP.Init,
 LDAP.Constants,
 LDAP.Data,
 LDAP.Exceptions,
 LDAP.Search,
 LDAP.Modify
Other-Modules: LDAP.Utils,
 LDAP.TypesLL,
 LDAP.Result
Build-Depends: base
GHC-Options: -O2
-- CC-Options: -Iglue
CC-Options: -DLDAP_DEPRECATED=1
Extensions: ForeignFunctionInterface, TypeSynonymInstances,
            EmptyDataDecls, PatternSignatures