doomemacs/modules/lang/haskell/packages.el

14 lines
351 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/haskell/packages.el
(package! haskell-mode :pin "4a87d72589")
2019-12-22 23:02:54 -05:00
(when (featurep! +dante)
(package! dante :pin "4955bc7363")
(package! attrap :pin "4cf3e4a162"))
2019-12-22 23:02:54 -05:00
(when (featurep! +lsp)
(package! lsp-haskell :pin "6d481f97e6"))
2019-12-22 23:02:54 -05:00
;; DEPRECATED
(when (featurep! +intero)
(package! intero :pin "fdb0550a2d"))