hspec 1.4

This commit is contained in:
Michael Snoyman 2012-11-11 10:46:25 +02:00
parent 7bfb34be7b
commit c07e2cd973
4 changed files with 5 additions and 6 deletions

View File

@ -12,4 +12,3 @@
./wai-websockets
./wai-eventsource
./mime-types
wai-logger

View File

@ -1,5 +1,5 @@
name: wai-app-static
version: 1.3.0.3
version: 1.3.0.4
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -65,7 +65,7 @@ test-suite runtests
type: exitcode-stdio-1.0
build-depends: base >= 4 && < 5
, hspec == 1.3.*
, hspec >= 1.3
, unix-compat
, time
, old-locale

View File

@ -1,5 +1,5 @@
Name: wai-extra
Version: 1.3.0.3
Version: 1.3.0.4
Synopsis: Provides some basic WAI handlers and middleware.
Description: The goal here is to provide common features without many dependencies.
License: MIT
@ -67,7 +67,7 @@ test-suite tests
build-depends: base >= 4 && < 5
, wai-extra
, wai-test >= 1.3
, hspec == 1.3.*
, hspec >= 1.3
, HUnit
, wai

View File

@ -1,5 +1,5 @@
Name: warp
Version: 1.3.4.2
Version: 1.3.4.3
Synopsis: A fast, light-weight web server for WAI applications.
License: MIT
License-file: LICENSE