/var/lib/ghc/package.conf.d/vault-0.3.0.5.conf is in libghc-vault-dev 0.3.0.5-1build1.
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 | name: vault
version: 0.3.0.5
id: vault-0.3.0.5-fa3eea968d4d78688dacd1e2051ff19e
key: vault_IR62OErWJTgCyB7Hc163gS
license: BSD3
copyright: (c) Heinrich Apfelmus 2011-2013
maintainer: Heinrich Apfelmus <apfelmus at quantentunnel de>
homepage: https://github.com/HeinrichApfelmus/vault
synopsis: a persistent store for values of arbitrary types
description:
A /vault/ is a persistent store for values of arbitrary types.
It's like having first-class access to the storage space behind IORefs.
.
The data structure is analogous to a bank vault,
where you can access different bank boxes with different keys;
hence the name.
.
Also provided is a /locker/ type, representing a store for a single element.
category: Data
author: Heinrich Apfelmus, Elliott Hird
exposed: True
exposed-modules:
Data.Vault.Lazy Data.Vault.Strict Data.Vault.ST.Lazy
Data.Vault.ST.Strict Data.Unique.Really
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/vault-0.3.0.5-IR62OErWJTgCyB7Hc163gS
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/vault-0.3.0.5-IR62OErWJTgCyB7Hc163gS
data-dir: /usr/share/vault
hs-libraries: HSvault-0.3.0.5-IR62OErWJTgCyB7Hc163gS
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
hashable-1.2.3.3-ce7af8ca3ebd83133b0e846c245dc9e2
unordered-containers-0.2.5.1-a371fb886d3c588f30731c181c11e7b7
haddock-interfaces: /usr/lib/ghc-doc/haddock/vault-0.3.0.5/vault.haddock
haddock-html: /usr/share/doc/libghc-vault-doc/html/
|