haskell/haskell-mode@3cf99d7 -> haskell/haskell-mode@4a87d72 chrisdone/intero@30d8e73 -> chrisdone/intero@fdb0550 jyp/dante@3e532e8 -> jyp/dante@4955bc7
13 lines
351 B
EmacsLisp
13 lines
351 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/haskell/packages.el
|
|
|
|
(package! haskell-mode :pin "4a87d72589")
|
|
|
|
(when (featurep! +dante)
|
|
(package! dante :pin "4955bc7363")
|
|
(package! attrap :pin "4cf3e4a162"))
|
|
(when (featurep! +lsp)
|
|
(package! lsp-haskell :pin "6d481f97e6"))
|
|
;; DEPRECATED
|
|
(when (featurep! +intero)
|
|
(package! intero :pin "fdb0550a2d"))
|