Skip to content

Commit

Permalink
Fix dependencies to allow aeson 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
killy971 committed Apr 2, 2016
1 parent 0d61ad9 commit 130a832
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.4](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.4+is:closed)
-----
* Fix dependencies to allow aeson 0.11 (issue #58)

[1.0.3](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.3+is:closed)
-----
* Add upper bounds to fix issue related to retry-0.7 (issue #55)
Expand Down
6 changes: 3 additions & 3 deletions hpc-coveralls.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hpc-coveralls
version: 1.0.3
version: 1.0.4
synopsis: Coveralls.io support for Haskell.
description:
This utility converts and sends Haskell projects hpc code coverage to
Expand Down Expand Up @@ -70,7 +70,7 @@ library
retry >= 0.5 && <0.8,
safe >= 0.3 && <0.4,
split >= 0.2.2 && <0.3,
transformers >= 0.4.1 && <0.5
transformers >= 0.4.1 && <0.6

executable hpc-coveralls
hs-source-dirs: src
Expand All @@ -91,7 +91,7 @@ executable hpc-coveralls
retry >= 0.5 && <0.8,
safe >= 0.3 && <0.4,
split >= 0.2.2 && <0.3,
transformers >= 0.4.1 && <0.5
transformers >= 0.4.1 && <0.6
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns

executable run-cabal-test
Expand Down

0 comments on commit 130a832

Please sign in to comment.