You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! In general this is something we want to have. But having a dependency on ghc-mod is somewhat problematic. Maybe put it into a separate package (e.g. cabal-doctest), so that people can experiment with it. If we see it is more useful than @ekmett's custom Setup.hs, we could then try to get rid of the ghc-mod dependency and eventually ship it with doctest.
Hey! In general this is something we want to have. But having a dependency
on ghc-mod is somewhat problematic. Maybe put it into a separate package
(e.g. cabal-doctest), so that people can experiment with it. If we see it
is more useful than @ekmetthttps://github.com/ekmett's custom Setup.hs,
we could then try to get rid of the ghc-mod dependency and eventually
ship it with doctest.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/84#issuecomment-43585112
.
I have put together a generic doctest driver based on the library in a cabal file, see
https://github.com/alanz/HaRe/blob/wip/test/doctests.hs
This introduces a dependency on ghc-mod.
I am not sure if I should make a pull request here, or if it should live in a different place
The text was updated successfully, but these errors were encountered: