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
Generic derivation in <1.4 is
rnf x = seq x ()
which is not what we want.
Previously the deepseq-generics package was used, but not everywhere. I
unfortunately dropped it. OTOH there were fair amount of wrong instances
defined without using the deepseq-generics. It's less error-prone to
simply bump lower bound.
0 commit comments