New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Debug.Pretty.Simple module for pretty debugging #18
Conversation
One small comment in the documentation. Other than that, this looks good.
I'll merge this and make a new release when the problem with the documentation is fixed
src/Debug/Pretty/Simple.hs
Outdated
{-# LANGUAGE CPP #-} | ||
|
||
{-| | ||
Module : Text.Pretty.Simple.Internal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you change this to Debug.Pretty.Simple
?
Closes #15. |
Thanks for noticing @cdepillabout, fixed :) |
Thanks! I've released as v2.0.1.0 on hackage. |
Related issue: #15
Notes: