mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
refactor!(haskell): remove ghcide support
BREAKING CHANGE: ghcide was archived a while back and now primarily exists as a library used in the development of haskell-language-server. It is not recommended for end-users, only for development. To this end I think including it in the module is more misleading than helpful, and the people that really want to use it can easily set it up themselves. Ref: https://github.com/haskell/ghcide/pull/939
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
(when (featurep! +dante)
|
||||
(package! dante :pin "8741419333fb85ed2c1d71f5902688f5201b0a40")
|
||||
(package! attrap :pin "a5bc695af27349ae6fe4541a581e6fd449d2a026"))
|
||||
(when (or (and (featurep! +lsp)
|
||||
(not (featurep! :tools lsp +eglot)))
|
||||
(featurep! +ghcide))
|
||||
(when (and (featurep! +lsp)
|
||||
(not (featurep! :tools lsp +eglot)))
|
||||
(package! lsp-haskell :pin "4e62cf897dd9e9fcef25c6e8e483490a07a5d439"))
|
||||
|
Reference in New Issue
Block a user