Fixed dependencies

This commit is contained in:
Nubis 2012-01-17 11:40:35 +08:00 committed by gregwebs
parent b13a3d3858
commit a72a62827b
2 changed files with 18 additions and 19 deletions

View File

@ -81,7 +81,6 @@ library
, wai-logger >= 0.0.1
, conduit >= 0.2 && < 0.3
, lifted-base >= 0.1 && < 0.2
exposed-modules: Yesod.Content
Yesod.Core
Yesod.Dispatch

View File

@ -13,25 +13,25 @@ homepage: http://www.yesodweb.com
description: Behaviour Oriented integration Testing for Yesod Applications
extra-source-files: README.md, LICENSE
flag ghc7
library
build-depends: hxt >= 9.1.5
, parsec >= 3.1.1
, base
, containers
, filepath
, persistent >= 0.6.4
, monad-control >= 0.2
, transformers >= 0.2
, wai-test
, wai >= 0.4
, ascii
, network
, http-types >= 0.6
, hspec >= 0.9
, HUnit >= 1.0
, bytestring
, text
, monads-tf
if flag(ghc7)
build-depends: base >= 4.3 && < 5
cpp-options: -DGHC7
else
build-depends: base >= 4 && < 4.3
build-depends: hxt >= 9.1.6
, parsec >= 2.1 && < 4
, persistent >= 0.7 && < 0.8
, transformers >= 0.2.2 && < 0.3
, wai >= 1.0 && < 1.1
, wai-test >= 1.0 && < 1.1
, network >= 2.2 && < 2.4
, http-types >= 0.6 && < 0.7
, HUnit >= 1.2 && < 1.3
, hspec >= 0.9 && < 1.0
, bytestring >= 0.9
exposed-modules: Yesod.Test
ghc-options: -Wall