packages feed

warp 1.3.7 → 1.3.7.1

raw patch · 1 files changed

+4/−3 lines, 1 files

Files

warp.cabal view
@@ -1,5 +1,5 @@ Name:                warp-Version:             1.3.7+Version:             1.3.7.1 Synopsis:            A fast, light-weight web server for WAI applications. License:             MIT License-file:        LICENSE@@ -55,12 +55,13 @@   Ghc-Options:       -Wall   if os(linux) || os(freebsd) || os(darwin)       Cpp-Options:   -DSENDFILEFD-      Build-Depends: unix-                   , hashable+      Build-Depends: hashable       Other-modules: Network.Wai.Handler.Warp.FdCache                      Network.Wai.Handler.Warp.MultiMap   if os(windows)       Cpp-Options:   -DWINDOWS+  else+      Build-Depends: unix  Test-Suite spec     Main-Is:         Spec.hs