-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: a8a3e8fb980855e0ad8d693000f6e7289eaaab45400bba54b745860c4b01541e name: tasty-stats version: 0.2.0.4 synopsis: Collect statistics of your Tasty testsuite description: Collect statistics of your Tasty testsuite in a CSV file category: Testing stability: experimental homepage: https://github.com/minad/tasty-stats#readme bug-reports: https://github.com/minad/tasty-stats/issues author: Daniel Mendler maintainer: Daniel Mendler copyright: 2017 Daniel Mendler license: MIT license-file: LICENSE tested-with: GHC == 7.10.3, GHC == 8.0.1 build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/minad/tasty-stats library hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.8 && <5 , containers >=0.4 && <0.6 , directory >=1.1 && <1.4 , process >=1.3 && <1.7 , stm >=2.4 && <2.6 , tagged >=0.7 && <0.9 , tasty >=0.11.2 && <1.2 , time >=1.5 && <1.9 exposed-modules: Test.Tasty.Stats other-modules: Paths_tasty_stats default-language: Haskell2010