ENH use hlint-bin from aur

This commit is contained in:
Nathan Dwarshuis 2021-03-13 22:16:33 -05:00
parent 61a0fb505d
commit 8d01fb694f
1 changed files with 1 additions and 1 deletions

View File

@ -1120,7 +1120,7 @@ I have also found this to be much simpler and conflicting with other packages su
This is an additional syntax checker and requires the =hlint= binary (install through stack).
#+BEGIN_SRC emacs-lisp
(nd/when-bin "hlint"
:stack "hlint"
:aur "hlint-bin"
(with-eval-after-load 'haskell
(flycheck-add-next-checker 'haskell-stack-ghc '(t . haskell-hlint))))
#+END_SRC