packages feed

disk-free-space 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

System/DiskSpace.hsc view
@@ -20,7 +20,7 @@  #include <sys/statvfs.h> -foreign import ccall unsafe statvfs :: CString -> Ptr a -> IO CInt+foreign import ccall safe statvfs :: CString -> Ptr a -> IO CInt  type FsBlkCnt = #type fsblkcnt_t 
disk-free-space.cabal view
@@ -1,8 +1,8 @@ name:                disk-free-space-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Retrieve information about disk space usage description:-  Retrieve information about disk space usage.+  A cross-platform library retrieve information about disk space usage. homepage:            https://github.com/redneb/disk-free-space bug-reports:         https://github.com/redneb/disk-free-space/issues license:             BSD3