packages feed

sydtest-yesod-0.3.0.3: sydtest-yesod.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

name:           sydtest-yesod
version:        0.3.0.3
synopsis:       A yesod companion library for sydtest
category:       Testing
homepage:       https://github.com/NorfairKing/sydtest#readme
bug-reports:    https://github.com/NorfairKing/sydtest/issues
author:         Tom Sydney Kerckhove
maintainer:     syd@cs-syd.eu
copyright:      Copyright (c) 2020-2023 Tom Sydney Kerckhove
license:        OtherLicense
license-file:   LICENSE.md
build-type:     Simple
extra-source-files:
    LICENSE.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/NorfairKing/sydtest

library
  exposed-modules:
      Test.Syd.Yesod
      Test.Syd.Yesod.Client
      Test.Syd.Yesod.Def
      Test.Syd.Yesod.E2E
      Test.Syd.Yesod.Request
  other-modules:
      Paths_sydtest_yesod
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , binary
    , bytestring
    , case-insensitive
    , containers
    , cookie
    , exceptions
    , http-client
    , http-client-tls
    , http-types
    , mtl
    , network
    , network-uri
    , sydtest >=0.3.0.0
    , sydtest-wai
    , text
    , time
    , xml-conduit
    , yesod-core
    , yesod-test
  default-language: Haskell2010

test-suite sydtest-yesod-blog-example-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Example.Blog
      Example.BlogSpec
      Paths_sydtest_yesod
  hs-source-dirs:
      blog-example
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-tool-depends:
      sydtest-discover:sydtest-discover
  build-depends:
      QuickCheck
    , base >=4.7 && <5
    , http-client
    , monad-logger
    , mtl
    , path
    , path-io
    , persistent
    , persistent-sqlite
    , sydtest
    , sydtest-persistent-sqlite
    , sydtest-wai
    , sydtest-yesod
    , text
    , yesod
  default-language: Haskell2010

test-suite sydtest-yesod-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Test.Syd.Yesod.App
      Test.Syd.YesodSpec
      Paths_sydtest_yesod
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-tool-depends:
      sydtest-discover:sydtest-discover
  build-depends:
      base >=4.7 && <5
    , bytestring
    , conduit
    , cookie
    , http-client
    , path
    , path-io
    , sydtest
    , sydtest-wai
    , sydtest-yesod
    , text
    , yesod
    , yesod-core
  default-language: Haskell2010