lang/haskell: remove intero support

The package was deprecated and abandoned upstream since November 2019.

Closes #2121
This commit is contained in:
Henrik Lissner 2020-04-14 19:27:33 -04:00
parent 31a31fff46
commit 1cb753cbb1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
8 changed files with 14 additions and 65 deletions

View file

@ -35,7 +35,6 @@
(map! :localleader
:map haskell-mode-map
;; this is set to use cabal for dante users and stack for intero users:
"b" #'haskell-process-cabal-build
"c" #'haskell-cabal-visit-file
"h" #'haskell-hide-toggle
@ -45,8 +44,7 @@
;;
;;; Backends
(cond ((featurep! +intero) (load! "+intero")) ; DEPRECATED
((featurep! +dante) (load! "+dante"))
(cond ((featurep! +dante) (load! "+dante"))
((or (featurep! +lsp)
(featurep! +ghcide))
(load! "+lsp")))