lang/haskell: refactor + add company-ghc

This commit is contained in:
Henrik Lissner 2017-05-25 20:09:36 +02:00
parent e1f60b2bfd
commit 0e78cde69d
2 changed files with 20 additions and 10 deletions

View file

@ -1,7 +1,8 @@
;; -*- no-byte-compile: t; -*-
;;; lang/haskell/packages.el
;; requires haskell cabal-install ghz happy alex
(package! haskell-mode)
(package! dante)
(when (featurep! :completion company)
(package! company-ghc))