From e6c67df5c28deb33ed2098f9c0382b6a375f1ed2 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Sun, 6 Nov 2011 20:14:31 -0800 Subject: [PATCH] allow hspec 0.9 --- scripts | 2 +- yesod-static/tests/unicode/wai-app-static.cabal | 2 +- yesod-static/yesod-static.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts b/scripts index e791ced0..2ae55585 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit e791ced0395245e30d37b5098a27bba5e818ecb7 +Subproject commit 2ae5558596ff9f26a12acf9c3a7cf8a92e6f2735 diff --git a/yesod-static/tests/unicode/wai-app-static.cabal b/yesod-static/tests/unicode/wai-app-static.cabal index 066d54e3..80c2f6d9 100644 --- a/yesod-static/tests/unicode/wai-app-static.cabal +++ b/yesod-static/tests/unicode/wai-app-static.cabal @@ -48,7 +48,7 @@ test-suite runtests type: exitcode-stdio-1.0 build-depends: base >= 4 && < 5 - , hspec >= 0.8 && < 0.9 + , hspec >= 0.8 && < 0.10 , HUnit , unix-compat >= 0.2 && < 0.3 , time >= 1.1.4 && < 1.3 diff --git a/yesod-static/yesod-static.cabal b/yesod-static/yesod-static.cabal index 8ca6961f..823ce5b1 100644 --- a/yesod-static/yesod-static.cabal +++ b/yesod-static/yesod-static.cabal @@ -47,7 +47,7 @@ test-suite runtests cpp-options: -DTEST build-depends: yesod-static , base >= 4 && < 5 - , hspec >= 0.8 && < 0.9 + , hspec >= 0.8 && < 0.10 , HUnit ghc-options: -Wall main-is: runtests.hs