el-get/recipes/flycheck-hdevtools.rcp
Noam Postavsky 7f7e97a663 always set hooks in :prepare, not :post-init
otherwise it won't help for users with el-get-is-lazy set to t.
2014-07-19 12:05:26 -04:00

8 lines
282 B
Plaintext

(:name flycheck-hdevtools
:type github
:pkgname "flycheck/flycheck-hdevtools"
:description "A Flycheck checker for Haskell using hdevtools"
:depends (flycheck)
:prepare (eval-after-load 'flycheck
'(require 'flycheck-hdevtools)))