mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
12 lines
209 B
EmacsLisp
12 lines
209 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/haskell/packages.el
|
|
|
|
(package! haskell-mode)
|
|
(package! hindent)
|
|
|
|
(cond ((featurep! +dante)
|
|
(package! dante)
|
|
(package! attrap))
|
|
((package! intero)))
|
|
|