Skip to content
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

Closed
gracjan opened this issue Apr 29, 2015 · 4 comments · Fixed by #616
Closed

Fix haskell-show.el #615

gracjan opened this issue Apr 29, 2015 · 4 comments · Fixed by #616

Comments

@gracjan
Copy link
Contributor

gracjan commented Apr 29, 2015

There is a file called haskell-show.el.

  1. It is not referenced from any other file.
  2. It is not documented in wiki, it is not documented in texi.
  3. It depends on external program https://hackage.haskell.org/package/sexp-show that nobody has installed.
  4. It depends on Read and Show 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?

@ivan-m
Copy link
Contributor

ivan-m commented Apr 29, 2015

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.

@gracjan
Copy link
Contributor Author

gracjan commented Apr 29, 2015

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?

ivan-m added a commit to ivan-m/haskell-mode that referenced this issue Apr 29, 2015
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
ivan-m added a commit to ivan-m/haskell-mode that referenced this issue Apr 29, 2015
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
@ivan-m
Copy link
Contributor

ivan-m commented Apr 29, 2015

Please ignore the first one; I made a typo and did a force-push to fix it.

@Hi-Angel
Copy link
Contributor

Hi-Angel commented Mar 5, 2025

Apparently sexp-show was downloaded 21 times in the last 30 days...

"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 sexp-show --help hangs, as if it waits for something. But no clue who's still downloading this undocumented and for decade abandoned project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants