2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/haskell/packages.el
|
|
|
|
|
2022-10-23 08:29:45 +08:00
|
|
|
(package! haskell-mode :pin "90503413f4cdb0ed26871e39c4e6e2552b57f7db")
|
2017-08-08 19:14:58 +02:00
|
|
|
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (and (modulep! +lsp)
|
|
|
|
(not (modulep! :tools lsp +eglot)))
|
2022-10-23 08:29:45 +08:00
|
|
|
(package! lsp-haskell :pin "485c1148ce4d27030bb95b21c7289809294e7d31"))
|