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
fixes#8291
presumably this will make it nag at anyone for forgetting
to add upper bounds to their packages.
add changelog
(presumably)
wait what?
move toDependencyVersionsMap to utils section
add nicer error message
simplify checking logic, add more comments
only emit missing upper bounds if bigger then one
don't add bound to internal libraries
filter out self from the dependency map
I think this is an external library so it needs an upper bound now?
add test for multilib
fix test suite by ignoring the warning
... probably not the best approach
change link to pvp instead of parsonsmatt
better wording on missing upper bound error
remove spurious parenthesis
change map creation from monad to list comprehension
use foldmap to get rid of maybe, fix compile error
rewrite from do notation to list comprehension
fix test suite failing
fix compile error
factor out double filter call in a && expression
These packages miss upper bounds 'somelib' please add them using `cabal gen-bounds` for suggestions. For more information see: https://pvp.haskell.org/
0 commit comments