/var/lib/ghc/package.conf.d/yesod-auth-hashdb-1.4.2.2.conf is in libghc-yesod-auth-hashdb-dev 1.4.2.2-3build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 35 36 37 38 39 40 41 42 43 44 45 46 47 | name: yesod-auth-hashdb
version: 1.4.2.2
id: yesod-auth-hashdb-1.4.2.2-ef9e374e3de0066c2f7deb4894cf5914
key: yesod_8LpByYzeU3LAwvT1yUHgSU
license: MIT
maintainer: Paul Rouse <pyr@doynton.org>
stability: Stable
homepage: https://github.com/paul-rouse/yesod-auth-hashdb
synopsis: Authentication plugin for Yesod.
description:
This package is the Yesod.Auth.HashDB plugin, originally included as part
of yesod-auth, but now modified to be more secure and placed in a separate
package.
.
It provides authentication using hashed passwords stored in a database,
and works best in situations where an administrator is involved in
setting up a user with an initial password.
.
The complete login process, including a default form, is implemented by
this plugin, but the application developer must design the interfaces
for setting up users and allowing them to change their own passwords,
since only the low-level password-setting functions are provided by this
package. (Note that other authentication plugins may be more appropriate
if you wish to use email verification to set up accounts).
category: Web, Yesod
author: Patrick Brisbin, later changes Paul Rouse
exposed: True
exposed-modules:
Yesod.Auth.HashDB
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/yesod-auth-hashdb-1.4.2.2-8LpByYzeU3LAwvT1yUHgSU
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/yesod-auth-hashdb-1.4.2.2-8LpByYzeU3LAwvT1yUHgSU
data-dir: /usr/share/yesod-auth-hashdb
hs-libraries: HSyesod-auth-hashdb-1.4.2.2-8LpByYzeU3LAwvT1yUHgSU
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
cryptohash-0.11.6-9412affcb9c875639bbf34db8e832183
persistent-2.2.4-f2a7e7e20d48114bab38da0b2b3feba9
pwstore-fast-2.4.4-aa88a0241602dcfd460a8dc99b6b913b
text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
yesod-auth-1.4.11-04c6effafe98c4bed88296dc8d2e1643
yesod-core-1.4.18.1-82776ee3cc0cb79d816a889e71909bdd
yesod-form-1.4.6-a37215a0a276b56b388fbdc487ec7441
yesod-persistent-1.4.0.3-4aa22a44a95e4fa767744c7e617c01cc
haddock-interfaces: /usr/lib/ghc-doc/haddock/yesod-auth-hashdb-1.4.2.2/yesod-auth-hashdb.haddock
haddock-html: /usr/share/doc/libghc-yesod-auth-hashdb-doc/html/
|