yesod/yesod-test/yesod-test.cabal
2012-04-25 06:59:06 +03:00

72 lines
2.8 KiB
Plaintext

name: yesod-test
version: 0.2.0.3
license: MIT
license-file: LICENSE
author: Nubis <nubis@woobiz.com.ar>
maintainer: Nubis <nubis@woobiz.com.ar>, Michael Snoyman
synopsis: integration testing for WAI/Yesod Applications
category: Web, Yesod, Testing
stability: Experimental
cabal-version: >= 1.8
build-type: Simple
homepage: http://www.yesodweb.com
description: Behaviour Oriented integration Testing for Yesod Applications
extra-source-files: README.md, LICENSE
flag blaze_html_0_5
description: use blaze-html 0.5 and blaze-markup 0.5
default: False
library
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
, wai >= 1.2 && < 1.3
, wai-test >= 1.2 && < 1.3
, network >= 2.2 && < 2.4
, http-types >= 0.6 && < 0.7
, HUnit >= 1.2 && < 1.3
, hspec >= 0.9 && < 1.1
, bytestring >= 0.9
, case-insensitive >= 0.2
, text
, tagstream-conduit >= 0.3 && < 0.4
, conduit >= 0.4 && < 0.5
, resourcet >= 0.3 && < 0.4
, xml-conduit >= 0.7 && < 0.8
, xml-types >= 0.3 && < 0.4
, containers
, xml2html >= 0.1.2 && < 0.2
if flag(blaze_html_0_5)
build-depends:
blaze-html >= 0.5 && < 0.6
, blaze-markup >= 0.5.1 && < 0.6
else
build-depends:
blaze-html >= 0.4 && < 0.5
exposed-modules: Yesod.Test
Yesod.Test.CssQuery
Yesod.Test.TransversingCSS
Yesod.Test.HtmlParse
ghc-options: -Wall
test-suite test
type: exitcode-stdio-1.0
main-is: main.hs
hs-source-dirs: test
build-depends: base
, yesod-test
, hspec
, HUnit
, xml-conduit
, bytestring
source-repository head
type: git
location: git://github.com/yesodweb/yesod.git