Cabal revisions of simple-sendfile-0.2.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: simple-sendfile-Version: 0.2.3-Author: Kazu Yamamoto <kazu@iij.ad.jp>-Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>-License: BSD3-License-File: LICENSE-Synopsis: Cross platform library for the sendfile system call-Description: Cross platform library for the sendfile system call.- This library tries to call minimum system calls which- are the bottleneck of web servers.-Category: Network-Cabal-Version: >= 1.6-Build-Type: Simple--Library- if impl(ghc >= 6.12)- GHC-Options: -Wall -fno-warn-unused-do-bind- else- GHC-Options: -Wall- Exposed-Modules: Network.Sendfile- Other-Modules: Network.Sendfile.Types- Build-Depends: base >= 4 && < 5, network- -- NetBSD and OpenBSD don't have sendfile- if os(freebsd)- CPP-Options: -DOS_BSD- Other-Modules: Network.Sendfile.BSD- Build-Depends: unix- else- if os(darwin)- CPP-Options: -DOS_MacOS- Other-Modules: Network.Sendfile.MacOS- Build-Depends: unix- else- if os(linux)- CPP-Options: -DOS_Linux- Other-Modules: Network.Sendfile.Linux- Build-Depends: unix- else- Other-Modules: Network.Sendfile.Fallback- Build-Depends: bytestring >= 0.9 && < 0.10- , conduit >= 0.4.1 && < 0.5- , transformers >= 0.2.2 && < 0.4--Source-Repository head- Type: git- Location: git://github.com/kazu-yamamoto/simple-sendfile+Name: simple-sendfile +Version: 0.2.3 +x-revision: 1 +Author: Kazu Yamamoto <kazu@iij.ad.jp> +Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> +License: BSD3 +License-File: LICENSE +Synopsis: Cross platform library for the sendfile system call +Description: Cross platform library for the sendfile system call. + This library tries to call minimum system calls which + are the bottleneck of web servers. +Category: Network +Cabal-Version: >= 1.6 +Build-Type: Simple + +Library + if impl(ghc >= 6.12) + GHC-Options: -Wall -fno-warn-unused-do-bind + else + GHC-Options: -Wall + Exposed-Modules: Network.Sendfile + Other-Modules: Network.Sendfile.Types + Build-Depends: base >= 4 && < 4.6, network + -- NetBSD and OpenBSD don't have sendfile + if os(freebsd) + CPP-Options: -DOS_BSD + Other-Modules: Network.Sendfile.BSD + Build-Depends: unix + else + if os(darwin) + CPP-Options: -DOS_MacOS + Other-Modules: Network.Sendfile.MacOS + Build-Depends: unix + else + if os(linux) + CPP-Options: -DOS_Linux + Other-Modules: Network.Sendfile.Linux + Build-Depends: unix + else + Other-Modules: Network.Sendfile.Fallback + Build-Depends: bytestring >= 0.9 && < 0.10 + , conduit >= 0.4.1 && < 0.5 + , transformers >= 0.2.2 && < 0.4 + +Source-Repository head + Type: git + Location: git://github.com/kazu-yamamoto/simple-sendfile