el-get/recipes/flycheck-haskell.rcp
2014-06-29 10:17:38 +02:00

8 lines
321 B
Plaintext

(: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)))