-
Notifications
You must be signed in to change notification settings - Fork 347
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
Fix haskell-show.el #615
Comments
Apparently sexp-show was downloaded 21 times in the last 30 days... That said, I think it was one of @chrisdone's experiments that doesn't seem to have gone anywhere (since he no longer maintains it) so it's probably worth deleting. |
Those downloads might be due stackage building everything: https://www.stackage.org/package/sexp-show. @ivan-m: Can you prepare a pull request cleaning this up? |
It requires the sexp-show package (which hasn't been updated since 2012 and was abandoned in 2014) to be installed from Hackage to work. However, even if it's customization option is enabled it doesn't actually seem to be used/called anywhere, making it less than useful. Closes haskell#615
It requires the sexp-show package (which hasn't been updated since 2012 and was abandoned in 2014) to be installed from Hackage to work. However, even if it's customization option is enabled it doesn't actually seem to be used/called anywhere, making it less than useful. Closes haskell#615
Please ignore the first one; I made a typo and did a force-push to fix it. |
"9 downloads in the last 30 days" still. I'm really curious where these are coming from. Well, 1 of them was me just because I was trying to figure out what it does. But I only learned that invoking |
There is a file called
haskell-show.el
.Read
andShow
instances being the derived versions.In its current form it cannot be useful to people outside of very narrow group of enthusiasts that need better
Show
presentation.What do we do with this?
The text was updated successfully, but these errors were encountered: