packages feed

simple-sendfile 0.0.0 → 0.0.1

raw patch · 3 files changed

+3/−3 lines, 3 files

Files

Network/Sendfile/BSD.hsc view
@@ -16,7 +16,7 @@ import System.Posix.Types (Fd(..), COff)  {-|-   Simple binding for sendfile() of MacOS.+   Simple binding for sendfile() of BSD.     - Used system calls: open(), sendfile(), and close(). -}
Network/Sendfile/Linux.hsc view
@@ -19,7 +19,7 @@ import System.Posix.Types (Fd(..))  {-|-   Simple binding for sendfile() of MacOS.+   Simple binding for sendfile() of Linux.    Used system calls:       - EntireFile -- open(), stat(), sendfile(), and close()
simple-sendfile.cabal view
@@ -1,5 +1,5 @@ Name:                   simple-sendfile-Version:                0.0.0+Version:                0.0.1 Author:                 Kazu Yamamoto <kazu@iij.ad.jp> Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp> License:                BSD3