warp 3.2.18 → 3.2.18.1
raw patch · 3 files changed
+10/−1 lines, 3 files
Files
- ChangeLog.md +4/−0
- bench/Parser.hs +5/−0
- warp.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 3.2.18.1++* Fix benchmark compilation [#681](https://github.com/yesodweb/wai/issues/681)+ ## 3.2.18 * Make `testWithApplicationSettings` actually use the settings passed.
bench/Parser.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE BangPatterns #-} @@ -18,7 +19,11 @@ import Foreign.Ptr import Foreign.Storable +#if MIN_VERSION_gauge(0, 2, 0) import Gauge+#else+import Gauge.Main+#endif -- $setup -- >>> :set -XOverloadedStrings
warp.cabal view
@@ -1,5 +1,5 @@ Name: warp-Version: 3.2.18+Version: 3.2.18.1 Synopsis: A fast, light-weight web server for WAI applications. License: MIT License-file: LICENSE