tighten up hspec version

This commit is contained in:
Greg Weber 2011-08-20 10:54:30 -07:00
parent 9621426a59
commit 642fc47278
4 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
CABAL=cabal
# install testing dependencies
$CABAL install HUnit QuickCheck hspec shelltestrunner
$CABAL install HUnit QuickCheck 'hspec >= 0.6.1 && < 0.7' shelltestrunner || exit 1
PACKAGES="yesod-core yesod-json yesod-static yesod-persistent yesod-newsfeed yesod-form yesod-auth yesod-sitemap yesod"
for package in $PACKAGES

View File

@ -90,7 +90,7 @@ test-suite runtests
build-depends: base >= 4 && < 4.3
main-is: runtests.hs
cpp-options: -DTEST
build-depends: hspec >= 0.6 && < 0.7
build-depends: hspec >= 0.6.1 && < 0.7
,wai-test
,HUnit
,QuickCheck >= 2 && < 3

View File

@ -48,7 +48,7 @@ test-suite runtests
type: exitcode-stdio-1.0
build-depends: base >= 4 && < 5
, hspec >= 0.6
, hspec >= 0.6.1 && < 0.7
, HUnit
, unix-compat >= 0.2 && < 0.3
, time >= 1.1.4 && < 1.3

View File

@ -41,9 +41,9 @@ test-suite runtests
type: exitcode-stdio-1.0
cpp-options: -DTEST
build-depends: yesod-static,
base >= 4 && < 5,
hspec,
HUnit
, base >= 4 && < 5
, hspec >= 0.6.1 && < 0.7
, HUnit
ghc-options: -Wall
main-is: runtests.hs