filecache 0.3.1 → 0.3.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~exceptionsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: exceptions
API changes (from Hackage documentation)
Files
- filecache.cabal +2/−2
filecache.cabal view
@@ -1,5 +1,5 @@ name: filecache-version: 0.3.1+version: 0.3.2 synopsis: A cache system associating values to files. description: A cache system, that works by associating computation results with file names. When the files are modified, the cache entries are discarded. homepage: http://lpuppet.banquise.net/@@ -37,7 +37,7 @@ , fsnotify == 0.2.* , strict-base-types >= 0.2.2 , mtl >= 2.1 && < 2.3- , exceptions >= 0.8 && < 0.10+ , exceptions >= 0.8 && < 0.11 , filepath == 1.4.* , time >= 1.5 && < 2 , stm