yesod-test: Adapt for hspec-1.1

This commit is contained in:
Simon Hengel 2012-05-07 07:40:06 +02:00
parent ad93e8c729
commit c4863019d0
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ import qualified Data.Text.Lazy as TL
import Data.Text.Lazy.Encoding (encodeUtf8, decodeUtf8) import Data.Text.Lazy.Encoding (encodeUtf8, decodeUtf8)
-- | The state used in 'describe' to build a list of specs -- | 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. -- | The specs state monad is where 'describe' runs.
type Specs = ST.StateT SpecsData IO () type Specs = ST.StateT SpecsData IO ()

View File

@ -29,7 +29,7 @@ library
, network >= 2.2 && < 2.4 , network >= 2.2 && < 2.4
, http-types >= 0.6 && < 0.7 , http-types >= 0.6 && < 0.7
, HUnit >= 1.2 && < 1.3 , HUnit >= 1.2 && < 1.3
, hspec >= 1.0 && < 1.1 , hspec >= 1.1 && < 1.2
, bytestring >= 0.9 , bytestring >= 0.9
, case-insensitive >= 0.2 , case-insensitive >= 0.2
, text , text