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
@rkaippully This should be easily fixable with a revision since cabal repl -b webgear-core -c 'network>=3.2' -w ghc-9.6.5 --allow-newer=webgear-core:network works with no issue.
webgear-core requires
network ==3.1.*
, which means that network-3.2 isn't allowed. See:Note that Hackage maintainers can now receive notifications when dependencies go out of bound.
The text was updated successfully, but these errors were encountered: