diagrams / diagrams-lib

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

Make it build with ghc-9.8 #364

Closed erikd closed 8 months ago

erikd commented 11 months ago

Was able to build this with ghc-9.8 with the following cabal.project file:

packages:
  .

allow-newer:
  , active:*
  , diagrams-core:*

There were a couple of compiler warnings but they did not halt the build.

byorgey commented 8 months ago

Thanks! I actually ended up updating it myself and revising the package on Hackage. I prefer not to bump the containers upper bound for now since some of the dependencies don't even allow containers-0.7.