packages feed

Cabal revisions of vault-0.3.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:               vault-Version:            0.3.0.1-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.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-License:            BSD3-License-file:       LICENSE-Author:             Heinrich Apfelmus, Elliott Hird-Maintainer:         Heinrich Apfelmus <apfelmus at quantentunnel de>-Homepage:           https://github.com/HeinrichApfelmus/vault-Copyright:          (c) Heinrich Apfelmus 2011-2013--build-type:         Simple-cabal-version:      >= 1.6--extra-source-files: Readme.md--source-repository head-    type:           git-    location:       git://github.com/HeinrichApfelmus/vault.git--flag UseGHC-    description: Use GHC-specific packages and extensions.-    default:     True--Library-    hs-source-dirs:     src-    build-depends:      base >= 4.5 && < 4.7,-                        containers >= 0.4 && < 0.6,-                        unordered-containers >= 0.2.3.0 && < 0.3,-                        hashable >= 1.1.2.5 && < 1.3--    extensions:         CPP-    ghc-options:        -Wall -fno-warn-missing-signatures--    exposed-modules:-                        Data.Vault.Lazy,-                        Data.Vault.Strict,-                        Data.Vault.ST.Lazy,-                        Data.Vault.ST.Strict,-                        Data.Unique.Really--    if impl(ghc) && flag(UseGHC)-        CPP-options:    -DUseGHC+Name:               vault
+Version:            0.3.0.1
+x-revision: 1
+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.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
+License:            BSD3
+License-file:       LICENSE
+Author:             Heinrich Apfelmus, Elliott Hird
+Maintainer:         Heinrich Apfelmus <apfelmus at quantentunnel de>
+Homepage:           https://github.com/HeinrichApfelmus/vault
+Copyright:          (c) Heinrich Apfelmus 2011-2013
+
+build-type:         Simple
+cabal-version:      >= 1.6
+
+extra-source-files: Readme.md
+
+source-repository head
+    type:           git
+    location:       git://github.com/HeinrichApfelmus/vault.git
+
+flag UseGHC
+    description: Use GHC-specific packages and extensions.
+    default:     True
+
+Library
+    -- broken release missing files in tarball
+    build-depends: base<0
+
+    hs-source-dirs:     src
+    build-depends:      base >= 4.5 && < 4.7,
+                        containers >= 0.4 && < 0.6,
+                        unordered-containers >= 0.2.3.0 && < 0.3,
+                        hashable >= 1.1.2.5 && < 1.3
+
+    extensions:         CPP
+    ghc-options:        -Wall -fno-warn-missing-signatures
+
+    exposed-modules:
+                        Data.Vault.Lazy,
+                        Data.Vault.Strict,
+                        Data.Vault.ST.Lazy,
+                        Data.Vault.ST.Strict,
+                        Data.Unique.Really
+
+    if impl(ghc) && flag(UseGHC)
+        CPP-options:    -DUseGHC