keyvaluehash 0.3.1.1 → 0.3.1.2
raw patch · 2 files changed
+2/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- cbits/win32.c +1/−2
- keyvaluehash.cabal +1/−1
cbits/win32.c view
@@ -1,7 +1,6 @@ #include "HsMsync.h" -#include <sys/mman.h>- int system_io_msync(void *ptr, size_t size, int hs_flags) {+ /* TODO: Any need to msync in Windows? */ }
keyvaluehash.cabal view
@@ -1,5 +1,5 @@ name: keyvaluehash-version: 0.3.1.1+version: 0.3.1.2 synopsis: Pure Haskell key/value store implementation description: A simple bytestring key/value store implemented in terms of hash table over a file.