diagrams / diagrams-lib

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

Is diagrams-lib master supposed to work only with GHC-7.10.3 #346

Closed phadej closed 4 years ago

phadej commented 4 years ago

Because

build-depends: base >= 4.7

suggest that GHC-7.8.4 would be supported meta-data wise?

EDIT: it's actually base >= 4.6 atm, suggesting that even GHC-7.6. should potentially work.

byorgey commented 4 years ago

Yes, we're dropping support for GHC 7.8. I always forget to update lower bounds.

byorgey commented 4 years ago

This was addressed by https://github.com/diagrams/diagrams-lib/commit/964843b85549c4d4c264bee147c842ceb59b1575 .