Skip to content

Remove haskell-show.el #616

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

Merged
merged 1 commit into from
Apr 29, 2015
Merged

Remove haskell-show.el #616

merged 1 commit into from
Apr 29, 2015

Conversation

ivan-m
Copy link
Contributor

@ivan-m ivan-m commented 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 #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
gracjan added a commit that referenced this pull request Apr 29, 2015
@gracjan gracjan merged commit f9f2c2a into haskell:master Apr 29, 2015
@ivan-m ivan-m deleted the remove-sexp-show branch April 30, 2015 02:39
Hi-Angel added a commit to Hi-Angel/purescript-mode that referenced this pull request Mar 5, 2025
It turns out this file wasn't in the build system and was causing a
lot of warnings upon compilation. Further digging into what is that it
does revealed it is a code for handling `sexp-show` from Hackage to do
some Show-related edits in the buffer. However, it ain't clear how
it's supposed to work (sexp-show just hangs when invoked with --help)
and if it's even useful for PureScript (the file was part of the
haskell-mode codebase when the project was forked).

Original haskell-mode removed this code in 2015 here
haskell/haskell-mode#616 with commentary:

> 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 #615

Let's follow the trend.
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 this pull request may close these issues.

Fix haskell-show.el
2 participants