mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
BREAKING CHANGE: Now that haskell-language-server is mature there is little reason not to pick it over dante.
9 lines
284 B
EmacsLisp
9 lines
284 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/haskell/packages.el
|
|
|
|
(package! haskell-mode :pin "98ba3922360199d5260d47f417f096730ad057c5")
|
|
|
|
(when (and (featurep! +lsp)
|
|
(not (featurep! :tools lsp +eglot)))
|
|
(package! lsp-haskell :pin "4e62cf897dd9e9fcef25c6e8e483490a07a5d439"))
|