mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/haskell: mark intero as deprecated #2121
This commit is contained in:
@ -3,7 +3,8 @@
|
|||||||
(after! projectile
|
(after! projectile
|
||||||
(add-to-list 'projectile-project-root-files "stack.yaml"))
|
(add-to-list 'projectile-project-root-files "stack.yaml"))
|
||||||
|
|
||||||
(cond ((featurep! +intero) (load! "+intero"))
|
;; TODO ghcide?
|
||||||
|
(cond ((featurep! +intero) (load! "+intero")) ; DEPRECATED
|
||||||
((featurep! +dante) (load! "+dante"))
|
((featurep! +dante) (load! "+dante"))
|
||||||
((featurep! +lsp) (load! "+lsp")))
|
((featurep! +lsp) (load! "+lsp")))
|
||||||
|
|
||||||
|
@ -16,5 +16,3 @@
|
|||||||
(when (or (featurep! +dante) (featurep! +intero))
|
(when (or (featurep! +dante) (featurep! +intero))
|
||||||
(unless (executable-find "hlint")
|
(unless (executable-find "hlint")
|
||||||
(warn! "Couldn't find hlint. Flycheck may have issues in haskell-mode")))
|
(warn! "Couldn't find hlint. Flycheck may have issues in haskell-mode")))
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
(cond ((featurep! +dante)
|
(cond ((featurep! +dante)
|
||||||
(package! dante)
|
(package! dante)
|
||||||
(package! attrap))
|
(package! attrap))
|
||||||
((featurep! +intero)
|
|
||||||
(package! intero))
|
|
||||||
((featurep! +lsp)
|
((featurep! +lsp)
|
||||||
(package! lsp-haskell)))
|
(package! lsp-haskell))
|
||||||
|
((featurep! +intero) ; DEPRECATED
|
||||||
|
(package! intero)))
|
||||||
|
Reference in New Issue
Block a user