Skip to content

Commit ff54ed2

Browse files
committed
Remove haskell-show.el
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
1 parent 862309b commit ff54ed2

File tree

4 files changed

+0
-268
lines changed

4 files changed

+0
-268
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ ELFILES = \
6868
haskell-process.el \
6969
haskell-repl.el \
7070
haskell-session.el \
71-
haskell-show.el \
7271
haskell-simple-indent.el \
7372
haskell-sort-imports.el \
7473
haskell-string.el \

haskell-customize.el

-6
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,6 @@ ambiguous class constraint."
274274
:type 'boolean
275275
:group 'haskell-interactive)
276276

277-
(defcustom haskell-interactive-mode-eval-pretty
278-
nil
279-
"Print eval results that can be parsed as Show instances prettily. Requires sexp-show (on Hackage)."
280-
:type 'boolean
281-
:group 'haskell-interactive)
282-
283277
(defvar haskell-interactive-prompt "λ> "
284278
"The prompt to use.")
285279

haskell-interactive-mode.el

-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@
3232
(require 'haskell-process)
3333
(require 'haskell-collapse)
3434
(require 'haskell-session)
35-
(require 'haskell-show)
3635
(require 'haskell-font-lock)
3736
(require 'haskell-presentation-mode)
38-
3937
(require 'ansi-color)
4038
(require 'cl-lib)
4139
(require 'etags)

haskell-show.el

-259
This file was deleted.

0 commit comments

Comments
 (0)