pam-0.2.0.0: pam.cabal
cabal-version: 3.0
name: pam
version: 0.2.0.0
build-type: Simple
license: BSD-3-Clause
license-file: LICENSE
copyright: (c) 2011 Evgeny Tarasov
(c) 2020 Oscar Harris
author: Evgeny Tarasov <etarasov.ekb@gmail.com>
maintainer: Oscar Harris <oscar@oscar-h.com>
stability: provisional
synopsis: Haskell binding for C PAM API
description: This package provides PAM interface for Haskell programs. See the README on GitHub at <Please see the README on GitHub at <https://github.com/oscar-h64/pam-haskell#readme> for more information.
bug-reports: https://github.com/oscar-h64/pam-haskell/issues
category: System, Authentication
tested-with: GHC==8.8.3
homepage: https://github.com/oscar-h64/pam-haskell
extra-source-files:
Setup.hs
extra-doc-files:
README.md
CONTRIBUTING.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/oscar-h64/pam-haskell
library
default-language: Haskell2010
exposed-modules: System.Posix.PAM
System.Posix.PAM.LowLevel
System.Posix.PAM.Types
System.Posix.PAM.Internals
build-depends: base >= 4 && < 5
hs-source-dirs: src
ghc-options: -Wall
extra-libraries: pam
build-tool-depends: c2hs:c2hs