packunused icon indicating copy to clipboard operation
packunused copied to clipboard

Support for building with GHC-8.2

Open bezirg opened this issue 7 years ago • 4 comments

Currently, the library cannot be built with GHC-8.2 and its packages:

base-4.10.0.0
Cabal-2.0.0.2

bezirg avatar Nov 22 '17 16:11 bezirg

PR's glady accepted @bezirg! I might take a stab if I get time.

decentral1se avatar Dec 03 '17 20:12 decentral1se

@lwm how far did you get with this? I would also like to use packunused on GHC-8.2.

basvandijk avatar Jan 02 '18 15:01 basvandijk

@basvandijk, nowhere really, enabled failing matrix builds on https://github.com/haskell-hvr/packunused/pull/34 to see what issues were and stopped there.

It's up to you!

decentral1se avatar Jan 02 '18 17:01 decentral1se

I made it compile with GHC8.2.2, and added the support for the new kind of libs (sub libraries, foreign libraries) : #36

However I can't test it on my project (#35), so if anyone wants to try #36, feel free.

OlivierSohn avatar Apr 09 '18 13:04 OlivierSohn