-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpam.cabal
34 lines (29 loc) · 1.04 KB
/
pam.cabal
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
34
Name: pam
Version: 0.1.1
Cabal-Version: >= 1.6
Build-type: Simple
License: BSD3
License-File: LICENSE
Copyright: Copyright (c) 2011-2012 Evgeny Tarasov
Maintainer: [email protected]
Stability: alpha
Synopsis: Haskell binding for C PAM API
Description: This package provides PAM interface for Haskell programs. It contains subset of C PAM API bindings. The bindings don't include functions for writing PAM modules.
Category: System
Homepage: https://github.com/etarasov/pam/
Tested-with: GHC==6.12.3
Extra-source-files: Setup.hs
Source-repository head
type: git
location: git://github.com/etarasov/pam.git
Library
exposed-modules: System.Posix.PAM
System.Posix.PAM.LowLevel
System.Posix.PAM.Types
System.Posix.PAM.Internals
extensions: ForeignFunctionInterface
Build-Depends: base >= 4 && < 5
Hs-Source-Dirs: src
Ghc-options: -Wall
extra-libraries : pam, pam_misc
build-tools: c2hs