2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/haskell/packages.el
|
|
|
|
|
2020-09-24 23:15:37 +08:00
|
|
|
(package! haskell-mode :pin "e72677668f5fc7cc148008e885a0f256e245dd43")
|
2017-08-08 19:14:58 +02:00
|
|
|
|
2019-12-22 23:02:54 -05:00
|
|
|
(when (featurep! +dante)
|
2020-09-24 23:15:37 +08:00
|
|
|
(package! dante :pin "e2acbf6dd37818cbf479c9c3503d8a59192e34af")
|
|
|
|
(package! attrap :pin "9c881548debcf59b8aadda0ef4abca3c9a68dd80"))
|
2020-06-04 20:10:11 -04:00
|
|
|
(when (or (and (featurep! +lsp)
|
|
|
|
(not (featurep! :tools lsp +eglot)))
|
2020-03-31 13:45:32 -04:00
|
|
|
(featurep! +ghcide))
|
2020-09-24 23:15:37 +08:00
|
|
|
(package! lsp-haskell :pin "a56667b496e5370f1a50310589a2d2a4d3b9d11e"))
|