Patch doctest to accommodate changes in ghc@25977ab5
GHC commit ghc@25977ab5 removed the loadModule
function, which the doctest
library critically makes use of. It's not clear to me how to emulate loadModule
's functionality after that commit, so for now, I'm going to disable doctest
in head.hackage
's CI. This issue tracks re-enabling it.
cc @mpickering
Edited by Ryan Scott