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
Properly handle older GHC and container combinations
Two conflicting issues:
* cabal-install on Travis-CI was selecting newer versions of
containers than shipped with the corresponding version of GHC (thus
hiding the other issue).
* foldlWithKey' was added in containers-0.4.2, and thus not available
in older versions. We now fudge it with foldWithKey, which dates
back to 0.1 (and thus always available).
0 commit comments