From d96a28a088686dde45a89771682e23b090bb6c6f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 Apr 2012 06:59:06 +0300 Subject: [PATCH] More yesod-test cabal changes --- yesod-test/yesod-test.cabal | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/yesod-test/yesod-test.cabal b/yesod-test/yesod-test.cabal index 10baf09e..3964bfab 100644 --- a/yesod-test/yesod-test.cabal +++ b/yesod-test/yesod-test.cabal @@ -13,20 +13,14 @@ homepage: http://www.yesodweb.com description: Behaviour Oriented integration Testing for Yesod Applications extra-source-files: README.md, LICENSE -flag ghc7 - flag blaze_html_0_5 description: use blaze-html 0.5 and blaze-markup 0.5 default: False library - 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 + build-depends: base >= 4.3 && < 5 + , hxt >= 9.1.6 , attoparsec >= 0.10 && < 0.11 , persistent >= 0.9 && < 0.10 , transformers >= 0.2.2 && < 0.4 @@ -67,7 +61,7 @@ test-suite test hs-source-dirs: test build-depends: base , yesod-test - , hspec >= 0.9 && < 0.10 + , hspec , HUnit , xml-conduit , bytestring