-
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. Co-authored-by:
Ryan Scott <ryan.gl.scott@gmail.com>
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. Co-authored-by:
Ryan Scott <ryan.gl.scott@gmail.com>
Loading