Cabal revisions of warp-3.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: warp Version: 3.0.2+x-revision: 1 Synopsis: A fast, light-weight web server for WAI applications. License: MIT License-file: LICENSE Default: False Library- Build-Depends: base >= 3 && < 5+ Build-Depends: base >= 3 && < 4.8 , array , auto-update >= 0.1.1 && < 0.2 , blaze-builder >= 0.3.3 && < 0.4
revision 2
Name: warp Version: 3.0.2-x-revision: 1+x-revision: 2 Synopsis: A fast, light-weight web server for WAI applications. License: MIT License-file: LICENSE Library Build-Depends: base >= 3 && < 4.8- , array+ , array < 0.6 , auto-update >= 0.1.1 && < 0.2- , blaze-builder >= 0.3.3 && < 0.4- , bytestring >= 0.9.1.4- , case-insensitive >= 0.2+ , blaze-builder >= 0.3.3 && < 0.4+ , bytestring >= 0.9.1.4 && < 0.11+ , case-insensitive >= 0.2 && < 1.3 , ghc-prim- , http-types >= 0.8.5+ , http-types >= 0.8.5 && < 0.10 , simple-sendfile >= 0.2.7 && < 0.3- , unix-compat >= 0.2- , void- , wai >= 3.0 && < 3.1- , text- , streaming-commons >= 0.1.2+ , unix-compat >= 0.2 && < 0.5+ , void < 0.8+ , wai >= 3.0 && < 3.0.4+ , text < 1.3+ , streaming-commons >= 0.1.2 && < 0.2 if flag(network-bytestring) Build-Depends: network >= 2.2.1.5 && < 2.2.3 , network-bytestring >= 0.1.3 && < 0.1.4 else- Build-Depends: network >= 2.3+ Build-Depends: network >= 2.3 && < 2.7 Exposed-modules: Network.Wai.Handler.Warp Network.Wai.Handler.Warp.Buffer Network.Wai.Handler.Warp.Timeout Cpp-Options: -DWARP_DEBUG if (os(linux) || os(freebsd) || os(darwin)) && flag(allow-sendfilefd) Cpp-Options: -DSENDFILEFD- Build-Depends: hashable+ Build-Depends: hashable < 1.3 Other-modules: Network.Wai.Handler.Warp.MultiMap if os(windows) Cpp-Options: -DWINDOWS Build-Depends: time , old-locale else- Build-Depends: unix- , http-date+ Build-Depends: unix < 2.8+ , http-date < 0.1 Test-Suite doctest Type: exitcode-stdio-1.0