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
E.g. I got this output when trying to re-enable tasty
tasty-1.4.1 ([changelog](http://hackage.haskell.org/package/tasty-1.4.1/changelog)) [...] is out of bounds for:
[...]
- [ ] tasty-ant-xml-1.1.7 (>=0.10 && < 1.4). [...]. Used by: library
this lead me to believe that i needed to disable tasty-ant-xml, but there was an upper bound on it that can be removed instead.
Would help if the output was something like
tasty-1.4.1 ([changelog](http://hackage.haskell.org/package/tasty-1.4.1/changelog)) [...] is out of bounds for:
[...]
- [ ] tasty-ant-xml-1.1.7 (>=0.10 && < 1.4). [...]. Used by: library (Later version available: 1.1.8)
The text was updated successfully, but these errors were encountered:
E.g. I got this output when trying to re-enable tasty
this lead me to believe that i needed to disable tasty-ant-xml, but there was an upper bound on it that can be removed instead.
Would help if the output was something like
The text was updated successfully, but these errors were encountered: