diagrams / diagrams-lib

Diagrams standard library
https://diagrams.github.io/
Other
138 stars 62 forks source link

Build on GHC 8.8 #343

Closed ocharles closed 5 years ago

sjakobi commented 5 years ago

I think this needs a conditional dependency on fail for GHC < 8.

sjakobi commented 5 years ago

And -Werror is certainly hard to satisfy on all jobs. An additional -Wno-redundant-imports might be a good idea, but it's probably not enough.

byorgey commented 5 years ago

diagrams-lib-1.4.3 builds cleanly with GHC 8.8 and has now been released to Hackage.