warp 1.3.10 → 1.3.10.1
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- Network/Wai/Handler/Warp/Timeout.hs +1/−1
- warp.cabal +1/−1
Network/Wai/Handler/Warp/Timeout.hs view
@@ -21,7 +21,7 @@ #if MIN_VERSION_base(4,6,0) import Control.Concurrent (mkWeakThreadId, ThreadId) #else-import Control.Concurrent (ThreadId(..))+import GHC.Conc (ThreadId(..)) import GHC.Exts (mkWeak#) import GHC.IO (IO (IO)) #endif
warp.cabal view
@@ -1,5 +1,5 @@ Name: warp-Version: 1.3.10+Version: 1.3.10.1 Synopsis: A fast, light-weight web server for WAI applications. License: MIT License-file: LICENSE