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

Allow building with GHC 8.2 #68

Closed RyanGlScott closed 7 years ago

RyanGlScott commented 7 years ago

hpc-coveralls needs a couple of minor tweaks in order to be built with GHC 8.2:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 37ee8b4f635cf475711bd4351aac199e13faa3cf on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

killy971 commented 7 years ago

Thanks! Will check soon. Might be good to update the Travis build config matrix to test that

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 057c8957526b5053e629174b53b5e21ac0a72542 on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 057c8957526b5053e629174b53b5e21ac0a72542 on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 057c8957526b5053e629174b53b5e21ac0a72542 on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 057c8957526b5053e629174b53b5e21ac0a72542 on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 057c8957526b5053e629174b53b5e21ac0a72542 on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 809d2517b7b47d3f9b016de3977ffb9a64a9d4a6 on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 1cc33b30546fdd94fe2e5b0a1bf40e023c25b6ed on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 5301890417fb4d1c0e8984ffb218c8b2911fbf13 on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 5301890417fb4d1c0e8984ffb218c8b2911fbf13 on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 5301890417fb4d1c0e8984ffb218c8b2911fbf13 on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 5301890417fb4d1c0e8984ffb218c8b2911fbf13 on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 5301890417fb4d1c0e8984ffb218c8b2911fbf13 on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 5301890417fb4d1c0e8984ffb218c8b2911fbf13 on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 36.17% when pulling 5301890417fb4d1c0e8984ffb218c8b2911fbf13 on RyanGlScott:master into 265e2b2002b2bdb833cdf0a22beace155b673753 on guillaume-nargeot:master.

RyanGlScott commented 7 years ago

It took me a while, but I finally figured out how to add GHC 8.2.1 (and 8.0.2, since it was missing) to the Travis build.

killy971 commented 7 years ago

Thanks!