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 , wai-logger >= 0.0.1
, conduit >= 0.2 && < 0.3 , conduit >= 0.2 && < 0.3
, lifted-base >= 0.1 && < 0.2 , lifted-base >= 0.1 && < 0.2
exposed-modules: Yesod.Content exposed-modules: Yesod.Content
Yesod.Core Yesod.Core
Yesod.Dispatch Yesod.Dispatch

View File

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