hpc-coveralls 1.0.8 → 1.0.9
raw patch · 2 files changed
+8/−4 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 +4/−4
CHANGELOG.md view
@@ -1,3 +1,7 @@+[1.0.8](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.9+is:closed)+-----+* Allow aeson 1.2 (issue #67)+ [1.0.8](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.8+is:closed) ----- * Allow directory 1.3 (issue #66)
hpc-coveralls.cabal view
@@ -1,5 +1,5 @@ name: hpc-coveralls-version: 1.0.8+version: 1.0.9 synopsis: Coveralls.io support for Haskell. description: This utility converts and sends Haskell projects hpc code coverage to@@ -23,7 +23,7 @@ license-file: LICENSE author: Guillaume Nargeot maintainer: Guillaume Nargeot <guillaume+hackage@nargeot.com>-copyright: (c) 2014-2017 Guillaume Nargeot+copyright: (c) 2014-2015 Guillaume Nargeot category: Control build-type: Simple stability: experimental@@ -56,7 +56,7 @@ Trace.Hpc.Coveralls.GitInfo, Trace.Hpc.Coveralls.Paths build-depends:- aeson >= 0.7.1 && <1.2,+ aeson >= 0.7.1 && <1.3, 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.2,+ aeson >= 0.7.1 && <1.3, base >= 4 && < 5, bytestring >= 0.10 && <0.11, Cabal,