hpc-codecov 0.2.0.0 → 0.2.0.1
raw patch · 4 files changed
+10/−6 lines, 4 filesdep ~bytestringdep ~tastyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, tasty
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.md +2/−2
- hpc-codecov.cabal +4/−4
- test/data/self.tar binary
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for hpc-codecov +## 0.2.0.1 -- 2021-01-2++Minor package dependency updates.+ ## 0.1.0.0 -- 2020-02-08 Initial release.
README.md view
@@ -92,7 +92,7 @@ ```console $ stack --numeric-version-2.1.3+2.3.3 $ stack build --test --coverage ``` @@ -103,7 +103,7 @@ ```console $ hpcroot=$(stack path --local-hpc-root) $ tix=$(find $hpcroot -name 'test-main.tix')-$ mix=$(stack path --distdir)/hpc+$ mix=$(stack path --dist-dir)/hpc $ hpc-codecov --mix=$mix --exclude=Paths_hpc_codecov -o codecov.json $tix ```
hpc-codecov.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: hpc-codecov-version: 0.2.0.0+version: 0.2.0.1 synopsis: Generate codecov report from hpc data license: BSD3 license-file: LICENSE@@ -28,7 +28,7 @@ tested-with: GHC == 8.2.2 , GHC == 8.4.4 , GHC == 8.6.5- , GHC == 8.8.3+ , GHC == 8.8.4 , GHC == 8.10.1 library@@ -41,7 +41,7 @@ autogen-modules: Paths_hpc_codecov build-depends: base >= 4.10 && < 5 , array >= 0.1 && < 0.6- , bytestring >= 0.10 && < 0.11+ , bytestring >= 0.10 && < 0.12 , directory >= 1.3.0 && < 1.4.0 , filepath >= 1.4.1 && < 1.5 , hpc >= 0.6 && < 0.7@@ -67,7 +67,7 @@ , hpc-codecov -- , tar >= 0.5 && < 0.6- , tasty >= 1.0 && < 1.4+ , tasty >= 1.0 && < 1.5 , tasty-hunit >= 0.8 && < 1.0 default-language: Haskell2010 ghc-options: -Wall -threaded -rtsopts
test/data/self.tar view
binary file changed (51200 → 51200 bytes)