packages feed

yesod-test-0.3.3.2: yesod-test.cabal

name:               yesod-test
version:            0.3.3.2
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, test/main.hs

library
    build-depends:   base                      >= 4.3      && < 5
                   , attoparsec                >= 0.10
                   , persistent                >= 1.0
                   , transformers              >= 0.2.2
                   , wai                       >= 1.3
                   , wai-test                  >= 1.3
                   , network                   >= 2.2
                   , http-types                >= 0.7
                   , HUnit                     >= 1.2
                   , hspec                     >= 1.4
                   , bytestring                >= 0.9
                   , case-insensitive          >= 0.2
                   , text
                   , xml-conduit               >= 1.0
                   , xml-types                 >= 0.3
                   , containers
                   , html-conduit              >= 0.1
                   , blaze-html                >= 0.5
                   , blaze-markup              >= 0.5.1
                   , pool-conduit
                   , monad-control
                   , time
                   , blaze-builder
                   , cookie

    exposed-modules: Yesod.Test
                     Yesod.Test.CssQuery
                     Yesod.Test.TransversingCSS
    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
                          , containers
                          , html-conduit

source-repository head
  type: git
  location: git://github.com/yesodweb/yesod.git