Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ ELFILES = \
haskell-process.el \
haskell-repl.el \
haskell-session.el \
haskell-show.el \
haskell-simple-indent.el \
haskell-sort-imports.el \
haskell-string.el \
Expand Down
6 changes: 0 additions & 6 deletions haskell-customize.el
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,6 @@ ambiguous class constraint."
:type 'boolean
:group 'haskell-interactive)

(defcustom haskell-interactive-mode-eval-pretty
nil
"Print eval results that can be parsed as Show instances prettily. Requires sexp-show (on Hackage)."
:type 'boolean
:group 'haskell-interactive)

(defvar haskell-interactive-prompt "λ> "
"The prompt to use.")

Expand Down
1 change: 0 additions & 1 deletion haskell-interactive-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
(require 'haskell-process)
(require 'haskell-collapse)
(require 'haskell-session)
(require 'haskell-show)
(require 'haskell-font-lock)
(require 'haskell-presentation-mode)

Expand Down
259 changes: 0 additions & 259 deletions haskell-show.el

This file was deleted.