Reformat haskell packages.el

This commit is contained in:
Henrik Lissner 2018-07-03 03:39:29 +02:00
parent b42dd5c1db
commit bcd930abb7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -2,11 +2,9 @@
;;; lang/haskell/packages.el ;;; lang/haskell/packages.el
(package! haskell-mode) (package! haskell-mode)
;;
(cond ((featurep! +dante)
(package! dante))
(t (package! intero)))
(package! hindent) (package! hindent)
(cond ((featurep! +dante)
(package! dante))
((package! intero)))