hashed-storage 0.3.8 → 0.3.9
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mmapPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mmap
API changes (from Hackage documentation)
Files
- hashed-storage.cabal +2/−2
hashed-storage.cabal view
@@ -1,5 +1,5 @@ name: hashed-storage-version: 0.3.8+version: 0.3.9 synopsis: Hashed file storage support code. description: Support code for reading and manipulating hashed file storage@@ -60,7 +60,7 @@ Storage.Hashed.Utils build-depends: base >= 3 && < 5, directory, filepath, bytestring, zlib,- containers, mtl, extensible-exceptions, mmap >= 0.4+ containers, mtl, extensible-exceptions, mmap >= 0.4 && < 0.5 c-sources: Bundled/sha2.c