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
Yampa fails to compile with GHC 9.8, due to a constraint in the cabal
file requiring deepseq < 1.5.0.0, when the version included with GHC 9.8
is precisely 1.5.0.0.
This commit relaxes the upper version bound on deepseq. With that
constraint relaxed, Yampa compiles with GHC 9.8.1
The Travis Job is failing for reasons unrelated to this change. It's a problem we have seen before and it comes and goes. There isn't much we have to do, except we can switch to a different CI system.
Yampa currently fails to compile with GHC 9.8, which comes with deepseq 1.5.0.0. The only blocker seems to be a constraint on the versions of deepseq.
The text was updated successfully, but these errors were encountered: