packages feed

HFuse 0.2.4.3 → 0.2.4.4

raw patch · 3 files changed

+7/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,6 +1,11 @@ Changelog ========= +v0.2.4.4+--------++- Fixed handling of exceptions+ v0.2.4.3 -------- 
HFuse.cabal view
@@ -1,5 +1,5 @@ Name:                   HFuse-Version:                0.2.4.3+Version:                0.2.4.4 License:                BSD3 License-File:           LICENSE Author:                 Jeremy Bobbio
System/Fuse.hsc view
@@ -501,7 +501,7 @@         else E.finally (f structFuse)                        (fuse_destroy structFuse)     where fuseHandler :: e -> IO CInt-          fuseHandler e = handler e >>= return . unErrno+          fuseHandler e = handler e >>= return . negate . unErrno           wrapGetAttr :: CGetAttr           wrapGetAttr pFilePath pStat = handle fuseHandler $               do filePath <- peekCString pFilePath