mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
11 lines
384 B
EmacsLisp
11 lines
384 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/haskell/packages.el
|
|
|
|
(package! haskell-mode :pin "e9c356739310332afe59b10ffa2e6c3e76f124e3")
|
|
(when (modulep! +tree-sitter)
|
|
(package! haskell-ts-mode :pin "b47211699944997bfb03fd88b1157dd71727bad7"))
|
|
|
|
(when (and (modulep! +lsp)
|
|
(modulep! :tools lsp -eglot))
|
|
(package! lsp-haskell :pin "081d5115ceb1f1647497a8a3de4ca0702aaadb48"))
|