el-get/recipes/flycheck-haskell.rcp

8 lines
321 B
Plaintext
Raw Normal View History

2014-06-29 16:17:38 +08:00
(:name flycheck-haskell
:description "Flycheck: Cabal projects and sandboxes."
:type github
:pkgname "flycheck/flycheck-haskell"
:depends (flycheck haskell-mode dash f)
:post-init (eval-after-load 'flycheck
'(add-hook 'flycheck-mode-hook #'flycheck-haskell-setup)))