Cabal revisions of hpc-lcov-1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: >= 1.10---- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: fcb5afe73b641055dbaa90b0e976ead73d6bf55fa27df7c61574f3762fc26ad6--name: hpc-lcov-version: 1.0.1-synopsis: Convert HPC output into LCOV format-description: Convert HPC output into LCOV format.-category: Control-homepage: https://github.com/LeapYear/hpc-lcov#readme-bug-reports: https://github.com/LeapYear/hpc-lcov/issues-author: Brandon Chinn <brandon@leapyear.io>-maintainer: Brandon Chinn <brandon@leapyear.io>-license: BSD3-license-file: LICENSE-build-type: Simple-extra-source-files:- README.md- CHANGELOG.md- test/golden/report_serialization.golden--source-repository head- type: git- location: https://github.com/LeapYear/hpc-lcov--library- exposed-modules:- Trace.Hpc.Lcov- Trace.Hpc.Lcov.Report- other-modules:- Paths_hpc_lcov- hs-source-dirs:- src- ghc-options: -Wall- build-depends:- base >=4.9 && <5- , containers >=0.5.7.1 && <0.7- , hpc >=0.6.0.3 && <0.7- if impl(ghc >= 8.0)- ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances- if impl(ghc < 8.8)- ghc-options: -Wnoncanonical-monadfail-instances- default-language: Haskell2010--executable hpc-lcov- main-is: Main.hs- other-modules:- Paths_hpc_lcov- hs-source-dirs:- exe- ghc-options: -Wall- build-depends:- aeson >=1.1.2.0 && <1.6- , base >=4.9 && <5- , containers >=0.5.7.1 && <0.7- , hpc >=0.6.0.3 && <0.7- , hpc-lcov- , optparse-applicative >=0.13.2.0 && <0.16- , path >=0.6.0 && <0.8- , path-io >=1.2.2 && <1.7- , process >=1.4.3.0 && <1.7- , text >=1.2.2.2 && <1.4- , unordered-containers >=0.2.8.0 && <0.3- , yaml >=0.8.24 && <0.12- if impl(ghc >= 8.0)- ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances- if impl(ghc < 8.8)- ghc-options: -Wnoncanonical-monadfail-instances- 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- build-depends:- base >=4.9 && <5- , containers >=0.5.7.1 && <0.7- , hpc >=0.6.0.3 && <0.7- , hpc-lcov- , tasty- , tasty-discover- , tasty-golden- , tasty-hunit- if impl(ghc >= 8.0)- ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances- if impl(ghc < 8.8)- ghc-options: -Wnoncanonical-monadfail-instances- default-language: Haskell2010+cabal-version: >= 1.10 + +-- This file has been generated from package.yaml by hpack version 0.31.1. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: fcb5afe73b641055dbaa90b0e976ead73d6bf55fa27df7c61574f3762fc26ad6 + +name: hpc-lcov +version: 1.0.1 +x-revision: 1 +synopsis: Convert HPC output into LCOV format +description: Convert HPC output into LCOV format. +category: Control +homepage: https://github.com/LeapYear/hpc-lcov#readme +bug-reports: https://github.com/LeapYear/hpc-lcov/issues +author: Brandon Chinn <brandon@leapyear.io> +maintainer: Brandon Chinn <brandon@leapyear.io> +license: BSD3 +license-file: LICENSE +build-type: Simple +extra-source-files: + README.md + CHANGELOG.md + test/golden/report_serialization.golden + +source-repository head + type: git + location: https://github.com/LeapYear/hpc-lcov + +library + exposed-modules: + Trace.Hpc.Lcov + Trace.Hpc.Lcov.Report + other-modules: + Paths_hpc_lcov + hs-source-dirs: + src + ghc-options: -Wall + build-depends: + base >=4.9 && <5 + , containers >=0.5.7.1 && <0.7 + , hpc >=0.6.0.3 && <0.7 + if impl(ghc >= 8.0) + ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances + if impl(ghc < 8.8) + ghc-options: -Wnoncanonical-monadfail-instances + default-language: Haskell2010 + +executable hpc-lcov + main-is: Main.hs + other-modules: + Paths_hpc_lcov + hs-source-dirs: + exe + ghc-options: -Wall + build-depends: + aeson >=1.1.2.0 && <1.6 + , base >=4.9 && <5 + , containers >=0.5.7.1 && <0.7 + , hpc >=0.6.0.3 && <0.7 + , hpc-lcov + , optparse-applicative >=0.13.2.0 && <0.17 + , path >=0.6.0 && <0.8 + , path-io >=1.2.2 && <1.7 + , process >=1.4.3.0 && <1.7 + , text >=1.2.2.2 && <1.4 + , unordered-containers >=0.2.8.0 && <0.3 + , yaml >=0.8.24 && <0.12 + if impl(ghc >= 8.0) + ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances + if impl(ghc < 8.8) + ghc-options: -Wnoncanonical-monadfail-instances + 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 + build-depends: + base >=4.9 && <5 + , containers >=0.5.7.1 && <0.7 + , hpc >=0.6.0.3 && <0.7 + , hpc-lcov + , tasty + , tasty-discover + , tasty-golden + , tasty-hunit + if impl(ghc >= 8.0) + ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances + if impl(ghc < 8.8) + ghc-options: -Wnoncanonical-monadfail-instances + default-language: Haskell2010
revision 2
name: hpc-lcov version: 1.0.1 -x-revision: 1 +x-revision: 2 synopsis: Convert HPC output into LCOV format description: Convert HPC output into LCOV format. category: Control , hpc >=0.6.0.3 && <0.7 , hpc-lcov , optparse-applicative >=0.13.2.0 && <0.17 - , path >=0.6.0 && <0.8 + , path >=0.6.0 && <0.9 , path-io >=1.2.2 && <1.7 , process >=1.4.3.0 && <1.7 , text >=1.2.2.2 && <1.4
revision 3
name: hpc-lcov version: 1.0.1 -x-revision: 2 +x-revision: 3 synopsis: Convert HPC output into LCOV format description: Convert HPC output into LCOV format. category: Control exe ghc-options: -Wall build-depends: - aeson >=1.1.2.0 && <1.6 + aeson >=1.1.2.0 && <2.1 , base >=4.9 && <5 , containers >=0.5.7.1 && <0.7 , hpc >=0.6.0.3 && <0.7 , hpc-lcov - , optparse-applicative >=0.13.2.0 && <0.17 - , path >=0.6.0 && <0.9 - , path-io >=1.2.2 && <1.7 + , optparse-applicative >=0.13.2.0 && <0.18 + , path >=0.6.0 && <0.10 + , path-io >=1.2.2 && <1.8 , process >=1.4.3.0 && <1.7 , text >=1.2.2.2 && <1.4 , unordered-containers >=0.2.8.0 && <0.3
revision 4
name: hpc-lcov version: 1.0.1 -x-revision: 3 +x-revision: 4 synopsis: Convert HPC output into LCOV format description: Convert HPC output into LCOV format. category: Control exe ghc-options: -Wall build-depends: - aeson >=1.1.2.0 && <2.1 + aeson >=1.1.2.0 && <3 , base >=4.9 && <5 , containers >=0.5.7.1 && <0.7 , hpc >=0.6.0.3 && <0.7