diagrams / diagrams-lib

Diagrams standard library
https://diagrams.github.io/
Other
135 stars 63 forks source link

Build on GHC 8.8 #343

Closed ocharles closed 4 years ago

sjakobi commented 4 years ago

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

sjakobi commented 4 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 4 years ago

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