Skip to content

Adapt doctest patch after ghc@25977ab5

Ryan Scott requested to merge RyanGlScott/head.hackage:T30 into master

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).

Merge request reports