killy971 / hpc-coveralls

coveralls.io support for haskell code coverage with hpc
http://hackage.haskell.org/package/hpc-coveralls
BSD 3-Clause "New" or "Revised" License
60 stars 20 forks source link

Support retry 0.7 #56

Closed DanBurton closed 8 years ago

DanBurton commented 8 years ago

54 was apparently fixed by adding an upper bound on the retry package. This issue is a request to support building against the new version of retry.

See also: https://github.com/fpco/stackage/issues/975

killy971 commented 8 years ago

Ok, will do as soon as possible

On 2015年11月23日(月) at 6:24 Dan Burton notifications@github.com wrote:

54 https://github.com/guillaume-nargeot/hpc-coveralls/issues/54 was

apparently fixed by adding an upper bound on the retry package. This issue is a request to support building against the new version of retry.

See also: fpco/stackage#975 https://github.com/fpco/stackage/issues/975

— Reply to this email directly or view it on GitHub https://github.com/guillaume-nargeot/hpc-coveralls/issues/56.

killy971 commented 8 years ago

Fixed by #55

DanBurton commented 8 years ago

Sweet, thanks!