name: vault version: 0.3.0.4 id: vault-0.3.0.4-d9f997c6efedc37fe3eae7642ba7ad87 license: BSD3 copyright: (c) Heinrich Apfelmus 2011-2013 maintainer: Heinrich Apfelmus 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. 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: ${pkgroot}/vault-0.3.0.4 library-dirs: ${pkgroot}/vault-0.3.0.4 hs-libraries: HSvault-0.3.0.4 extra-libraries: extra-ghci-libraries: include-dirs: includes: depends: base-4.6.0.1-b4caa1d18c332900c72bf5d231dded4f containers-0.5.0.0-aa10f9a2cebc51322247edfd76b424e7 hashable-1.2.3.2-957fd992f7db3a92d78da3bb5d6cb393 unordered-containers-0.2.5.1-2d0599e02a4538515d755d240c693dae hugs-options: cc-options: ld-options: framework-dirs: frameworks: haddock-interfaces: ${pkgroot}/../../share/doc/ghc-7.6/html/vault.haddock haddock-html: ${pkgroot}/../../share/doc/ghc-7.6/html