emacs-lsp/lsp-haskell@582fa27 -> emacs-lsp/lsp-haskell@17d7d4c haskell/haskell-mode@7032966 -> haskell/haskell-mode@41683c0 jyp/dante@4955bc7 -> jyp/dante@7411904
12 lines
484 B
EmacsLisp
12 lines
484 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/haskell/packages.el
|
|
|
|
(package! haskell-mode :pin "41683c0e634bb3f54eac8747919a82132e1714fe")
|
|
|
|
(when (featurep! +dante)
|
|
(package! dante :pin "7411904bfbde25cdb986e001ec682593dcb7c5e3")
|
|
(package! attrap :pin "4cf3e4a16255997e7c3c39682a72866a0a37dd4b"))
|
|
(when (or (and (featurep! +lsp)
|
|
(not (featurep! :tools lsp +eglot)))
|
|
(featurep! +ghcide))
|
|
(package! lsp-haskell :pin "17d7d4c6615b5e6c7442828720730bfeda644af8"))
|