Skip to content

Commit f9f2c2a

Browse files
committed
Merge pull request #616 from ivan-m/remove-sexp-show
Remove haskell-show.el
2 parents 862309b + 52e36c7 commit f9f2c2a

File tree

4 files changed

+0
-267
lines changed

4 files changed

+0
-267
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 6 deletions
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
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)
3837

haskell-show.el

Lines changed: 0 additions & 259 deletions
This file was deleted.

0 commit comments

Comments
 (0)