packages feed

Cabal revisions of sendfile-0.7.11.4

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 name:          sendfile version:       0.7.11.4+x-revision: 1 stability:     provisional synopsis:      A portable sendfile library description:   A library which exposes zero-copy sendfile functionality in a portable way. If a platform does not support sendfile, a fallback implementation in haskell is provided. category:      Network build-type:    Simple cabal-version: >= 1.10-tested-with:   GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.1, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1, GHC==9.0.1 +tested-with:+  GHC == 9.8.1+  GHC == 9.6.3+  GHC == 9.4.7+  GHC == 9.2.8+  GHC == 9.0.2+  GHC == 8.10.7+  GHC == 8.8.4+  GHC == 8.6.5+  GHC == 8.4.4+  GHC == 8.2.2+  GHC == 8.0.2+ flag portable     description: Explicitly enable portable sendfile support (implemented in Haskell)     default:     False                      Network.Socket.SendFile.Util      build-depends:   base       >= 3       && < 5,-                     bytestring >= 0.9.1.4 && < 0.12,+                     bytestring >= 0.9.1.4 && < 0.13,                      network    >= 2       && < 3.2      ghc-options: -Wall