lang/haskell: mark intero as deprecated #2121

This commit is contained in:
Henrik Lissner
2019-12-08 16:13:12 -05:00
parent ae3316f0ae
commit a4494800b8
3 changed files with 5 additions and 6 deletions

View File

@ -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)))