13 lines
224 B
EmacsLisp
13 lines
224 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/haskell/packages.el
|
|
|
|
(package! haskell-mode)
|
|
|
|
;;
|
|
(cond ((featurep! +dante)
|
|
(package! dante))
|
|
(t (package! intero)))
|
|
|
|
(when (featurep! +hindent)
|
|
(package! hindent))
|
|
|