diff --git a/CHANGELOG.md b/CHANGELOG.md index 706bd9f..4959b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -[1.0.8](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.9+is:closed) +[1.0.10](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.10+is:closed) +------ +* Allow building with GHC 8.2 (issue #68) + +[1.0.9](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.9+is:closed) ----- * Allow aeson 1.2 (issue #67) diff --git a/hpc-coveralls.cabal b/hpc-coveralls.cabal index b461980..f2acb39 100644 --- a/hpc-coveralls.cabal +++ b/hpc-coveralls.cabal @@ -1,5 +1,5 @@ name: hpc-coveralls -version: 1.0.9 +version: 1.0.10 synopsis: Coveralls.io support for Haskell. description: This utility converts and sends Haskell projects hpc code coverage to @@ -23,12 +23,12 @@ license: BSD3 license-file: LICENSE author: Guillaume Nargeot maintainer: Guillaume Nargeot -copyright: (c) 2014-2015 Guillaume Nargeot +copyright: (c) 2014-2017 Guillaume Nargeot category: Control build-type: Simple stability: experimental cabal-version: >= 1.8 -tested-with: GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0 +tested-with: GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0, GHC == 8.2 homepage: https://github.com/guillaume-nargeot/hpc-coveralls bug-reports: https://github.com/guillaume-nargeot/hpc-coveralls/issues