packages feed

tasty-test-reporter-0.1.1.2: tasty-test-reporter.cabal

cabal-version: 1.18

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

name:           tasty-test-reporter
version:        0.1.1.2
synopsis:       Producing JUnit-style XML test reports.
description:    Please see the README at <https://github.com/stoeffel/tasty-test-reporter>.
category:       Testing
homepage:       https://github.com/stoeffel/tasty-test-reporter#readme
bug-reports:    https://github.com/stoeffel/tasty-test-reporter/issues
author:         Christoph Hermann
maintainer:     schtoeffel@gmail.com
copyright:      2020 Christoph Hermann
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-doc-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/stoeffel/tasty-test-reporter

library
  exposed-modules:
      Test.Tasty.Runners.Reporter
  other-modules:
      Test.Console.Color
      Paths_tasty_test_reporter
  hs-source-dirs:
      src
  build-depends:
      ansi-terminal >=0.8 && <0.12
    , base >=4.10.1.0 && <5
    , concurrent-output >=1.10 && <1.11
    , containers >=0.5 && <0.7
    , directory >=1.3 && <1.4
    , filepath >=1.4 && <1.5
    , junit-xml >=0.1 && <0.2
    , mtl >=2.2 && <2.3
    , safe-exceptions >=0.1 && <0.2
    , stm >=2.4 && <2.6
    , tagged >=0.8 && <0.9
    , tasty >=0.1 && <1.4
    , text >=1.2 && <1.3
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_tasty_test_reporter
  hs-source-dirs:
      test
  build-depends:
      base
    , tasty >=1.1 && <1.4
    , tasty-hunit
    , tasty-test-reporter
  default-language: Haskell2010