hpc-coveralls 1.0.6 → 1.0.7
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- hpc-coveralls.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+[1.0.7](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.7+is:closed)+-----+* Allow aeson 1.1 (issue #65)+ [1.0.6](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.6+is:closed) ----- * List Paths_hpc_coveralls in other-modules (issue #59)
hpc-coveralls.cabal view
@@ -1,5 +1,5 @@ name: hpc-coveralls-version: 1.0.6+version: 1.0.7 synopsis: Coveralls.io support for Haskell. description: This utility converts and sends Haskell projects hpc code coverage to@@ -56,7 +56,7 @@ Trace.Hpc.Coveralls.GitInfo, Trace.Hpc.Coveralls.Paths build-depends:- aeson >= 0.7.1 && <1.1,+ aeson >= 0.7.1 && <1.2, base >= 4 && < 5, bytestring >= 0.10 && <0.11, Cabal,@@ -77,7 +77,7 @@ hs-source-dirs: src main-is: HpcCoverallsMain.hs build-depends:- aeson >= 0.7.1 && <1.1,+ aeson >= 0.7.1 && <1.2, base >= 4 && < 5, bytestring >= 0.10 && <0.11, Cabal,