hashed-storage 0.4.11 → 0.4.12
raw patch · 2 files changed
+6/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Bundled/Posix.hsc +5/−5
- hashed-storage.cabal +1/−1
Bundled/Posix.hsc view
@@ -15,20 +15,20 @@ import Foreign.Ptr ( Ptr ) import System.Posix.Internals- ( CStat, c_fstat, lstat, c_stat, sizeof_stat+ ( CStat, c_fstat, c_stat, sizeof_stat , st_mode, st_size, st_mtime, s_isdir, s_isreg ) import System.Posix.Types ( Fd(..), CMode, EpochTime ) #if mingw32_HOST_OS import Data.Int ( Int64 )++type FileOffset = Int64+lstat = c_stat #else import System.Posix.Types ( FileOffset )+import System.Posix.Internals( lstat ) #endif--##if mingw32_HOST_OS-type FileOffset = Int64-##endif data FileStatus = FileStatus { fst_exists :: !Bool,
hashed-storage.cabal view
@@ -1,5 +1,5 @@ name: hashed-storage-version: 0.4.11+version: 0.4.12 synopsis: Hashed file storage support code. description: Support code for reading and manipulating hashed file storage