mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/haskell: mark intero as deprecated #2121
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
(cond ((featurep! +dante)
|
||||
(package! dante)
|
||||
(package! attrap))
|
||||
((featurep! +intero)
|
||||
(package! intero))
|
||||
((featurep! +lsp)
|
||||
(package! lsp-haskell)))
|
||||
(package! lsp-haskell))
|
||||
((featurep! +intero) ; DEPRECATED
|
||||
(package! intero)))
|
||||
|
Reference in New Issue
Block a user