2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/haskell/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! haskell-mode)
|
2017-05-25 20:09:36 +02:00
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! company-ghc))
|
2017-08-08 19:14:58 +02:00
|
|
|
|
|
|
|
;;
|
|
|
|
(cond ((featurep! +dante)
|
|
|
|
(package! dante))
|
|
|
|
(t
|
|
|
|
(package! intero)
|
|
|
|
(package! hindent)))
|
|
|
|
|