New recipe, Flycheck module for Haskell using hdevtools

This commit is contained in:
David Holm 2014-01-03 16:39:42 +01:00
parent 5f15a094b0
commit 77bfe6e64a

View File

@ -0,0 +1,6 @@
(:name flycheck-hdevtools
:type github
:pkgname "flycheck/flycheck-hdevtools"
:description "A Flycheck checker for Haskell using hdevtools"
:depends (flycheck)
:features haskell-hdevtools)