packages feed

yesod-test-1.6.23: yesod-test.cabal

name:               yesod-test
version:            1.6.23
license:            MIT
license-file:       LICENSE
author:             Nubis <nubis@woobiz.com.ar>
maintainer:         Michael Snoyman, Greg Weber, Nubis <nubis@woobiz.com.ar>
synopsis:           integration testing for WAI/Yesod Applications
category:           Web, Yesod, Testing
stability:          Experimental
cabal-version:      >=1.10
build-type:         Simple
homepage:           http://www.yesodweb.com
description:
  API docs and the README are available at <http://www.stackage.org/package/yesod-test>

extra-source-files:
  ChangeLog.md
  LICENSE
  README.md
  test/main.hs

library
  default-language: Haskell2010
  build-depends:
      aeson             >= 1.0     && < 2.3
    , attoparsec        >= 0.10    && < 0.15
    , base              >= 4.10    && < 5
    , blaze-builder     >= 0.3.1   && < 0.5
    , blaze-html        >= 0.5     && < 0.10
    , blaze-markup      >= 0.6     && < 0.9
    , bytestring        >= 0.9     && < 0.13
    , case-insensitive  >= 0.2     && < 1.3
    , conduit           >= 1.3     && < 1.4
    , containers        >= 0.5     && < 0.8
    , cookie            >= 0.4     && < 0.6
    , directory         >= 1.2     && < 1.4
    , hspec-core        >= 2       && < 3
    , html-conduit      >= 0.1     && < 1.4
    , http-types        >= 0.7     && < 0.13
    , HUnit             >= 1.2     && < 1.7
    , memory            >= 0.14    && < 0.19
    , mtl               >= 2.0.0   && < 2.4
    , network           >= 2.2     && < 3.3
    , pretty-show       >= 1.6     && < 1.11
    , process           >= 1.6     && < 1.7
    , text              >= 1.2     && < 2.2
    , time              >= 1.5     && < 1.13
    , transformers      >= 0.2.2   && < 0.7
    , wai               >= 3.0     && < 3.3
    , wai-extra         >= 3.0     && < 3.2
    , xml-conduit       >= 1.0     && < 1.10
    , xml-types         >= 0.3     && < 0.4
    , yesod-core        >= 1.6.17  && < 1.7

  exposed-modules:
    Yesod.Test
    Yesod.Test.CssQuery
    Yesod.Test.Internal
    Yesod.Test.Internal.SIO
    Yesod.Test.TransversingCSS

  ghc-options:      -Wall

test-suite test
  default-language: Haskell2010
  type:             exitcode-stdio-1.0
  main-is:          main.hs
  hs-source-dirs:   test
  build-depends:
      base
    , bytestring
    , containers
    , cookie
    , hspec
    , html-conduit
    , http-types
    , HUnit
    , text
    , unliftio
    , unliftio-core
    , wai
    , wai-extra
    , xml-conduit
    , yesod-core
    , yesod-form     >=1.6
    , yesod-test

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