You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent versions of diagrams-lib have compile-time failures on http://matrix.hackage.haskell.org/package/diagrams-lib, where I would expect "no install-plan". It's easy to tighten up the base constraint. We should be more careful about this in the future, when we remove old GHC versions from travis.
I expected that cabal would decide "no install-plan" because other-extensions includes LambdaCase. This comment seems to say that's the expected behavior. Does anyone know why cabal instead issues a warning and keeps going?
I'd like to leave this open until I have time to retroactively tighten the bound in Hackage revisions.
I'd also like suggestions of how tooling could make this sort of maintainance easier.
The text was updated successfully, but these errors were encountered:
Recent versions of
diagrams-lib
have compile-time failures on http://matrix.hackage.haskell.org/package/diagrams-lib, where I would expect "no install-plan". It's easy to tighten up thebase
constraint. We should be more careful about this in the future, when we remove old GHC versions fromtravis
.I expected that
cabal
would decide "no install-plan" becauseother-extensions
includesLambdaCase
. This comment seems to say that's the expected behavior. Does anyone know whycabal
instead issues a warning and keeps going?I'd like to leave this open until I have time to retroactively tighten the bound in Hackage revisions.
I'd also like suggestions of how tooling could make this sort of maintainance easier.
The text was updated successfully, but these errors were encountered: