Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
killy971 committed Apr 17, 2017
2 parents c889606 + ac5e83f commit 265e2b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
8 changes: 4 additions & 4 deletions hpc-coveralls.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hpc-coveralls
version: 1.0.7
version: 1.0.9
synopsis: Coveralls.io support for Haskell.
description:
This utility converts and sends Haskell projects hpc code coverage to
Expand Down Expand Up @@ -28,7 +28,7 @@ category: Control
build-type: Simple
stability: experimental
cabal-version: >= 1.8
tested-with: GHC == 7.6, GHC == 7.8, GHC == 7.10
tested-with: GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0
homepage: https://github.com/guillaume-nargeot/hpc-coveralls
bug-reports: https://github.com/guillaume-nargeot/hpc-coveralls/issues

Expand Down Expand Up @@ -56,7 +56,7 @@ library
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,
Expand All @@ -77,7 +77,7 @@ executable hpc-coveralls
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,
Expand Down

1 comment on commit 265e2b2

@killy971
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.