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