mirror of
https://github.com/typeable/wai.git
synced 2025-01-06 05:25:53 +03:00
hspec 1.4
This commit is contained in:
parent
7bfb34be7b
commit
c07e2cd973
@ -12,4 +12,3 @@
|
||||
./wai-websockets
|
||||
./wai-eventsource
|
||||
./mime-types
|
||||
wai-logger
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user