refactor!(haskell): remove dante support

BREAKING CHANGE: Now that haskell-language-server is mature there is
little reason not to pick it over dante.
This commit is contained in:
Itai Y. Efrat 2021-08-03 19:20:45 +03:00
parent 6f2e05ea76
commit a20cd88e8e
8 changed files with 9 additions and 75 deletions

View file

@ -3,9 +3,6 @@
(package! haskell-mode :pin "98ba3922360199d5260d47f417f096730ad057c5")
(when (featurep! +dante)
(package! dante :pin "8741419333fb85ed2c1d71f5902688f5201b0a40")
(package! attrap :pin "a5bc695af27349ae6fe4541a581e6fd449d2a026"))
(when (and (featurep! +lsp)
(not (featurep! :tools lsp +eglot)))
(package! lsp-haskell :pin "4e62cf897dd9e9fcef25c6e8e483490a07a5d439"))