From c4863019d029399a945904c53af8f538faa11441 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Mon, 7 May 2012 07:40:06 +0200 Subject: [PATCH] yesod-test: Adapt for hspec-1.1 --- yesod-test/Yesod/Test.hs | 2 +- yesod-test/yesod-test.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod-test/Yesod/Test.hs b/yesod-test/Yesod/Test.hs index a2f25d23..e8715d10 100644 --- a/yesod-test/Yesod/Test.hs +++ b/yesod-test/Yesod/Test.hs @@ -90,7 +90,7 @@ import qualified Data.Text.Lazy as TL import Data.Text.Lazy.Encoding (encodeUtf8, decodeUtf8) -- | The state used in 'describe' to build a list of specs -data SpecsData = SpecsData Application ConnectionPool [Core.Spec Core.AnyExample] +data SpecsData = SpecsData Application ConnectionPool [Core.Spec] -- | The specs state monad is where 'describe' runs. type Specs = ST.StateT SpecsData IO () diff --git a/yesod-test/yesod-test.cabal b/yesod-test/yesod-test.cabal index e7b681e0..3078dab3 100644 --- a/yesod-test/yesod-test.cabal +++ b/yesod-test/yesod-test.cabal @@ -29,7 +29,7 @@ library , network >= 2.2 && < 2.4 , http-types >= 0.6 && < 0.7 , HUnit >= 1.2 && < 1.3 - , hspec >= 1.0 && < 1.1 + , hspec >= 1.1 && < 1.2 , bytestring >= 0.9 , case-insensitive >= 0.2 , text