Changes to accommodate monomorphic Data.List
Merge request reports
Activity
added 2 commits
At this point, the remaining failures on
build-master
are:4 units failed to build: doctest 0.16.3 doctest 0.18.1 inspection-testing 0.4.3.0 plots 0.1.1.2 (expected)
plots-0.1.1.2
should, in theory, be fixed in HEAD now that ghc!4826 (closed) has landed inmaster
. (I don't yet have a GitLab artifact available with this commit, so I can't readily confirm this.)doctest
andinspection-testing
require CPP to the effect of#if __GLASGOW_HASKELL__ >= 903
to fix, but unfortunately,master
has not yet bumped__GLASGOW_HASKELL__
to 903 (ghc!5344 (merged)), so there is no way to write this CPP without conflating HEAD and 9.2.enabled an automatic merge when the pipeline for 1e7aa00e succeeds
mentioned in commit 7d95875e
Please register or sign in to reply