mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/haskell: fix haskell-hlint checker
Causing "not a valid syntax checker" errors because it haskell-hlint was defined too soon.
This commit is contained in:
@ -2,4 +2,7 @@
|
||||
;;;###if (featurep! +dante)
|
||||
|
||||
(def-package! dante
|
||||
:hook (haskell-mode . dante-mode))
|
||||
:hook (haskell-mode . dante-mode)
|
||||
:config
|
||||
(when (featurep! :feature syntax-checker)
|
||||
(flycheck-add-next-checker 'haskell-dante '(warning . haskell-hlint))))
|
||||
|
Reference in New Issue
Block a user