Adapt doctest patch after ghc@25977ab5
ghc@25977ab5 removes the loadModule
function, which doctest
was using.
However, there doesn't appear to be a good reason for doctest
to be using
loadModule
in the first place, since it only cares about the parsed module.
As a result, we can simply comment out the use of loadModule
.
Fixes #30 (closed).