packages feed

Cabal revisions of pam-0.2.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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+cabal-version:  3.0
+name:           pam
+version:        0.2.0.0
+x-revision: 1
+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. Unfortunately the Haddock is not working on Hackage. For Haddock see <https://oscar-h64.github.io/pam-haskell/>
+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