emacs-lsp/lsp-haskell@17d7d4c -> emacs-lsp/lsp-haskell@a56667b haskell/haskell-mode@41683c0 -> haskell/haskell-mode@e726776 jyp/attrap@4cf3e4a -> jyp/attrap@9c88154 jyp/dante@c516bc9 -> jyp/dante@e2acbf6 Switch to haskell-language-server, see https://neilmitchell.blogspot.com/2020/09/dont-use-ghcide-anymore-directly.html
12 lines
484 B
EmacsLisp
12 lines
484 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/haskell/packages.el
|
|
|
|
(package! haskell-mode :pin "e72677668f5fc7cc148008e885a0f256e245dd43")
|
|
|
|
(when (featurep! +dante)
|
|
(package! dante :pin "e2acbf6dd37818cbf479c9c3503d8a59192e34af")
|
|
(package! attrap :pin "9c881548debcf59b8aadda0ef4abca3c9a68dd80"))
|
|
(when (or (and (featurep! +lsp)
|
|
(not (featurep! :tools lsp +eglot)))
|
|
(featurep! +ghcide))
|
|
(package! lsp-haskell :pin "a56667b496e5370f1a50310589a2d2a4d3b9d11e"))
|