BREAKING CHANGE: Now that haskell-language-server is mature there is little reason not to pick it over dante.
8 lines
284 B
EmacsLisp
8 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"))
|