packages feed

Cabal revisions of hpc-lcov-1.0.0

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: b79ca55a2aa6f2e6e21c1a0a8b3e7cd5351aa31bcdb45110c89044f6271aa51a--name:           hpc-lcov-version:        1.0.0-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.5-    , 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: b79ca55a2aa6f2e6e21c1a0a8b3e7cd5351aa31bcdb45110c89044f6271aa51a
+
+name:           hpc-lcov
+version:        1.0.0
+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.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