el-get/recipes/flycheck-haskell.rcp
David Holm 87c6153b6a recipes: flycheck-haskell: Load after Haskell mode
Don't load after flycheck since it will cause the hook to be run for
every opened buffer even if not working on any Haskell ones.
2016-01-21 17:39:22 -08: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)
:prepare (eval-after-load 'haskell-mode
'(add-hook 'flycheck-mode-hook #'flycheck-haskell-setup)))