Update yesod-test bounds

This commit is contained in:
Michael Snoyman 2012-03-28 07:42:41 +02:00
parent 9b9a3ad605
commit 4649c587fd

View File

@ -1,5 +1,5 @@
name: yesod-test
version: 0.1
version: 0.2
license: BSD3
license-file: LICENSE
author: Nubis <nubis@woobiz.com.ar>
@ -23,10 +23,10 @@ library
build-depends: base >= 4 && < 4.3
build-depends: hxt >= 9.1.6
, parsec >= 2.1 && < 4
, persistent >= 0.8 && < 0.9
, persistent >= 0.9 && < 0.10
, transformers >= 0.2.2 && < 0.3
, wai >= 1.1 && < 1.2
, wai-test >= 1.0 && < 2.0
, wai >= 1.2 && < 1.3
, wai-test >= 1.2 && < 1.3
, network >= 2.2 && < 2.4
, http-types >= 0.6 && < 0.7
, HUnit >= 1.2 && < 1.3