-- This file has been generated from package.yaml by hpack version 0.15.0. -- -- see: https://github.com/sol/hpack name: tasty-stats version: 0.2.0.0 x-revision: 1 synopsis: Collect statistics of your Tasty testsuite in a CSV file 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.5 , stm >= 2.4 && < 2.6 , tagged >= 0.7 && < 0.9 , tasty >= 0.10 && < 0.11.2 , time >= 1.5 && < 1.7 exposed-modules: Test.Tasty.Stats default-language: Haskell2010