/var/lib/ghc/package.conf.d/yesod-auth-hashdb-1.6.2.conf is in libghc-yesod-auth-hashdb-dev 1.6.2-1build4.
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 | name: yesod-auth-hashdb
version: 1.6.2
id: yesod-auth-hashdb-1.6.2-BnP0wMFsfSpCYRo2eNlYyi
key: yesod-auth-hashdb-1.6.2-BnP0wMFsfSpCYRo2eNlYyi
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
abi: f62493f437690e6d106e1288510e93a3
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/yesod-auth-hashdb-1.6.2-BnP0wMFsfSpCYRo2eNlYyi
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/yesod-auth-hashdb-1.6.2-BnP0wMFsfSpCYRo2eNlYyi
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/yesod-auth-hashdb
hs-libraries: HSyesod-auth-hashdb-1.6.2-BnP0wMFsfSpCYRo2eNlYyi
depends:
aeson-1.1.2.0-KuAKFd6Xh3a4gjPNjIILft base-4.9.1.0
bytestring-0.10.8.1 persistent-2.7.1-EZsROyQ8HCHKiWkDmnqLR1
text-1.2.2.2-9UQZjEJZQFSGMffj1Z5g00
yesod-auth-1.4.21-93xO8lGRvzh9qlv0j6pwXf
yesod-core-1.4.37.2-7Tap9Qu86Tp2PtW0kGUQD8
yesod-form-1.4.16-LBehe9lygP724tmD2nMxia
yesod-persistent-1.4.3-J5lPyubAGQ9E4DMqXQwHLo
haddock-interfaces: /usr/lib/ghc-doc/haddock/yesod-auth-hashdb-1.6.2/yesod-auth-hashdb.haddock
haddock-html: /usr/share/doc/libghc-yesod-auth-hashdb-doc/html/
|