keyvaluehash 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- keyvaluehash.cabal +2/−2
keyvaluehash.cabal view
@@ -1,5 +1,5 @@ name: keyvaluehash-version: 0.3.0.0+version: 0.3.0.1 synopsis: Pure Haskell key/value store implementation -- description: license: BSD3@@ -15,7 +15,7 @@ hs-Source-Dirs: src exposed-modules: Database.KeyValueHash other-modules: Database.GrowingFile, Database.FileArray- build-depends: base >=4.5 && <10, filepath, directory, bytestring, hashable,+ build-depends: base >= 3 && <10, filepath, directory, bytestring, hashable, binary, derive, mmap, array, storable-record ghc-options: -O2 -Wall ghc-prof-options: -Wall -auto-all -caf-all -rtsopts