-- Initial yesod-auth-pam.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ -- The name of the package. name: yesod-auth-pam -- The package version. See the Haskell package versioning policy (PVP) -- for standards guiding when and how versions should be incremented. -- http://www.haskell.org/haskellwiki/Package_versioning_policy -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 1.0.0.0 -- A short (one-line) description of the package. synopsis: Provides PAM authentication module -- A longer description of the package. description: Provides PAM authentication module that simply lets a user specify his/her identifier. . This is not intended for real world use, just for private network. -- The license under which the package is released. license: MIT -- The file containing the license text. license-file: LICENSE -- The package author(s). author: Kazuo Koga -- An email address to which users can send suggestions, bug reports, and -- patches. maintainer: Kazuo Koga -- A copyright notice. -- copyright: category: Web, Yesod build-type: Simple -- Constraint on the version of Cabal needed to build this package. cabal-version: >=1.14 library default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall -fno-warn-missing-signatures -- Modules exported by the library. exposed-modules: Yesod.Auth.Pam -- Modules included in this library but not exported. -- other-modules: -- Other library packages from which modules are imported. build-depends: base <5 , hamlet , pam , text , yesod-auth , yesod-core , yesod-form source-repository this type: git location: https://github.com/kkazuo/yesod-auth-pam.git tag: 1.0.0.0