-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to fix Chart-diagrams to work with SVGFonts 1.8 #232
Comments
I've always used stack to build the chart library, and note that https://www.stackage.org/lts-16.31 was the last lts release to include SVGfonts. I note that even the most recent nightly release doesn't include SVGFonts ? |
Yeah, it's regrettable that SVGFonts has dropped off Stackage, although I guess if it's ever put back in it'll be the latest version. |
Just wanted to mention here that I put together a migration guide for |
Thanks @byorgey. I'll take a look at the migration advice. |
+1, a release supporting current SVGFonts (and ideally, SVGFonts and Chart back in stackage) would help with hls packaging. |
It looks like @bravit made a revision to 1.9.3 that enabled SVGFonts 1.8: https://hackage.haskell.org/package/Chart-diagrams-1.9.3/revisions/ I'm still seeing errors (mainly Am I missing something? I've set a bound in my project to |
Note that |
Thanks, @byorgey, I'll look into this today. |
Fixed with 91d82bf |
There are a few breaking changes which need to be accommodated. I had a glance at fixing these but some were non-obvious.
The text was updated successfully, but these errors were encountered: