graphviz
graphviz copied to clipboard
allow `bytestring-0.11`, `fgl-5.8`, `hspec-2.10`
Seems to work fine (including the test suite) with no changes.
- Updating
bytestring
is necessary to getgraphviz
to build withbase-4.16
(GHC 9.2), becausebytestring-0.10
does not allowbase-4.16
and is unlikely to be updated. - In addition, the updates to
fgl
andhspec
are needed to work withbase-4.17
(GHC 9.4).
(You could even just drop the upperbound completely.)
A Hackage revision would be really helpful
Could we have a Hackage revision, please?
cc @hackage-trustees
Ping :)
ping from me too :)
As a Hackage trustee I made the appropriate revision: https://hackage.haskell.org/package/graphviz-2999.20.1.0/revisions/
Just noting that graphviz is back in Stackage Nightly now
@Bodigrim @hackage-trustees I've now also included updates to upper bounds for fgl
and hspec
in this PR to enable support GHC 9.4; could those also be revised on Hackage?
@byorgey done in https://hackage.haskell.org/package/graphviz-2999.20.1.0/revisions/, but honestly this is not sustainable in a long term. If the package is unmaintained, please initiate a takeover.
@Bodigrim thanks! And you're right of course. I'm not really interested in maintaining it personally, just trying to prod the ecosystem along a bit. But anyone else reading this who wants to try maintaining it, go for it!
And one more revision: https://hackage.haskell.org/package/graphviz-2999.20.1.0/revisions/
I would happily maintain this package, although I would probably just keep it building and review PRs.
@Daniel-Diaz great! See the process here: https://wiki.haskell.org/Taking_over_a_package
@Daniel-Diaz great! See the process here: https://wiki.haskell.org/Taking_over_a_package
Thank you. I will first try to contact him through his e-mail to see if I can be granted contributor access.