vault 0.3.0.6 → 0.3.0.7
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +4/−0
- vault.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ ## Changelog for the `vault` package +**0.3.0.7**++* Bump dependencies to allow `base >= 4.5 && < 4.11`.+ **0.3.0.6** * Bump dependencies to allow `base >= 4.5 && < 4.10`.
vault.cabal view
@@ -1,5 +1,5 @@ Name: vault-Version: 0.3.0.6+Version: 0.3.0.7 Synopsis: a persistent store for values of arbitrary types Description: A /vault/ is a persistent store for values of arbitrary types.@@ -39,7 +39,7 @@ Library hs-source-dirs: src- build-depends: base >= 4.5 && < 4.10,+ build-depends: base >= 4.5 && < 4.11, containers >= 0.4 && < 0.6, unordered-containers >= 0.2.3.0 && < 0.3, hashable >= 1.1.2.5 && < 1.3