/var/lib/ghc/package.conf.d/vault-0.3.0.2.conf is in libghc-vault-dev 0.3.0.2-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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | name: vault
version: 0.3.0.2
id: vault-0.3.0.2-cc401197e2614386bfc07593c13192b2
license: BSD3
copyright: (c) Heinrich Apfelmus 2011-2013
maintainer: Heinrich Apfelmus <apfelmus at quantentunnel de>
stability:
homepage: https://github.com/HeinrichApfelmus/vault
package-url:
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.
.
Changelog:
.
* 0.3.0.2 - Fix tarball.
.
* 0.3.0.1 - Use CPP to reduce code duplication.
.
* 0.3.0.0 - Split modules into Lazy and Strict variants, no default choice.
Add Hashable instance to Data.Unique.Really for all implementations.
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/vault-0.3.0.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/vault-0.3.0.2/ghc-7.6.3
hs-libraries: HSvault-0.3.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
hashable-1.2.1.0-7e83190fbb1b0ba81d7022fa876f0f8b
unordered-containers-0.2.3.0-9584b653deee0b5f16062e26c5ddf569
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/vault-0.3.0.2/vault.haddock
haddock-html: /usr/share/doc/libghc-vault-doc/html/
|