warp 1.3.4.3 → 1.3.4.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hspec
Dependency ranges changed: hspec
Files
- warp.cabal +2/−2
warp.cabal view
@@ -1,5 +1,5 @@ Name: warp-Version: 1.3.4.3+Version: 1.3.4.4 Synopsis: A fast, light-weight web server for WAI applications. License: MIT License-file: LICENSE@@ -81,7 +81,7 @@ , network , HUnit , QuickCheck- , hspec == 1.3.*+ , hspec >= 1.3 -- Yes, this means that the test suite will no longer work on Windows. -- Unfortunately there is a bug in older versions of cabal, and this conditional