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