cabal-version: >= 1.10 -- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack name: hpc-lcov version: 1.1.2 synopsis: Convert HPC output into LCOV format description: Convert HPC output into LCOV format. category: Control homepage: https://github.com/brandonchinn178/hpc-lcov#readme bug-reports: https://github.com/brandonchinn178/hpc-lcov/issues author: Brandon Chinn maintainer: Brandon Chinn license: BSD3 license-file: LICENSE.md build-type: Simple extra-source-files: README.md CHANGELOG.md test/golden/report_serialization.golden source-repository head type: git location: https://github.com/brandonchinn178/hpc-lcov library exposed-modules: Trace.Hpc.Lcov Trace.Hpc.Lcov.Report other-modules: Paths_hpc_lcov hs-source-dirs: src ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances build-depends: base <5 , containers , hpc <0.8 default-language: Haskell2010 executable hpc-lcov main-is: Main.hs other-modules: Paths_hpc_lcov hs-source-dirs: exe ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances build-depends: aeson , base <5 , containers , hpc <0.8 , hpc-lcov , optparse-applicative , path , path-io , process , text , unordered-containers , yaml default-language: Haskell2010 test-suite hpc-lcov-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Lcov Report Paths_hpc_lcov hs-source-dirs: test ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances build-tool-depends: tasty-discover:tasty-discover build-depends: base <5 , containers , hpc <0.8 , hpc-lcov , tasty , tasty-discover , tasty-golden , tasty-hunit default-language: Haskell2010