simple-sendfile 0.1.1 → 0.1.2
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
- simple-sendfile.cabal +3/−3
simple-sendfile.cabal view
@@ -1,5 +1,5 @@ Name: simple-sendfile-Version: 0.1.1+Version: 0.1.2 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3@@ -20,8 +20,8 @@ Exposed-Modules: Network.Sendfile Other-Modules: Network.Sendfile.Types Build-Depends: base >= 4 && < 5, network- -- FIXME tested on FreeBSD only- if os(freebsd) || os(netbsd) || os(openbsd)+ -- NetBSD and OpenBSD don't have sendfile+ if os(freebsd) CPP-Options: -DOS_BSD Other-Modules: Network.Sendfile.BSD Build-Depends: unix