lrucache 1.1 → 1.1.0.1
raw patch · 1 files changed
+4/−2 lines, 1 filesdep ~containers
Dependency ranges changed: containers
Files
- lrucache.cabal +4/−2
lrucache.cabal view
@@ -1,5 +1,5 @@ Name: lrucache-Version: 1.1+Version: 1.1.0.1 Synopsis: a simple, pure LRU cache License: BSD3 License-file: LICENSE@@ -19,6 +19,8 @@ . Version History: .+ 1.1.0.1 - Update containers constraint to allow containers from ghc-7+ . 1.1 - Add a Functor instance for LRUCache. Add a generic modification modification function for AtomicLRUCache.@@ -65,6 +67,6 @@ Build-depends: base >= 4 && < 5,- containers >= 0.2 && < 0.4+ containers >= 0.2 && < 0.5 GHC-options: -Wall -O2