packages feed

hpc-codecov 0.4.1.0 → 0.4.2.0

raw patch · 2 files changed

+7/−6 lines, 2 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

hpc-codecov.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.0 name:                hpc-codecov-version:             0.4.1.0+version:             0.4.2.0 synopsis:            Generate codecov report from hpc data license:             BSD3 license-file:        LICENSE@@ -46,9 +46,10 @@                      , GHC == 8.8.4                      , GHC == 8.10.7                      , GHC == 9.0.2-                     , GHC == 9.2.4-                     , GHC == 9.4.2-                     , GHC == 9.6.2+                     , GHC == 9.2.8+                     , GHC == 9.4.7+                     , GHC == 9.6.3+                     , GHC == 9.8.1  library   hs-source-dirs:      src@@ -62,7 +63,7 @@   autogen-modules:     Paths_hpc_codecov   build-depends:       base        >= 4.10  && < 5                      , array       >= 0.1   && < 0.6-                     , bytestring  >= 0.10  && < 0.12+                     , bytestring  >= 0.10  && < 0.13                      , containers  >= 0.6   && < 0.8                      , directory   >= 1.3.0 && < 1.4.0                      , filepath    >= 1.4.1 && < 1.5
test/data/project1/stack.yaml view
@@ -17,7 +17,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml-resolver: lts-21.1+resolver: lts-21.16  # User packages to be built. # Various formats can be used as shown in the example below.