cache 0.1.1.1 → 0.1.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~clockPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: clock
API changes (from Hackage documentation)
Files
- cache.cabal +2/−2
cache.cabal view
@@ -1,5 +1,5 @@ name: cache-version: 0.1.1.1+version: 0.1.1.2 synopsis: An in-memory key/value store with expiration support homepage: https://github.com/hverr/haskell-cache#readme license: BSD3@@ -25,7 +25,7 @@ exposed-modules: Data.Cache , Data.Cache.Internal build-depends: base >= 4.8 && < 5- , clock >= 0.7 && < 0.8+ , clock >= 0.7 && < 0.9 , hashable >= 1.0.1.1 , stm >= 2.2 && < 3 , transformers >= 0.4.2 && < 0.6