ivan-m / graphviz

Haskell bindings to the Graphviz toolkit
Other
64 stars 24 forks source link

Remove or bump upper bound on polyparse #47

Closed recursion-ninja closed 4 years ago

recursion-ninja commented 5 years ago

I cannot build graphviz (or our project which depends on graphviz) with ghc-8.8.1 due to the upper bound for polyparse preventing cabal or stack from finding a build plan that uses the new, ghc-8.8.1 compatible polyparse-1.13 version of the dependent library.

georgefst commented 4 years ago

Please @ivan-m? This is currently the one remaining package forcing me to use --allow-newer on ghc-8.8.1.

Otherwise this might be one for the Hackage trustees before long.