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: 706f77444460ee6f18b9b5517952c75e7b8dd5ff4111873105b8f86eeb997d7a name: tasty-test-reporter version: 0.1.1.3 synopsis: Producing JUnit-style XML test reports. description: Please see the README at . 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.5 , 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 , tasty-hunit , tasty-test-reporter default-language: Haskell2010