ENH use hlint-bin from aur
This commit is contained in:
parent
61a0fb505d
commit
8d01fb694f
|
@ -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).
|
This is an additional syntax checker and requires the =hlint= binary (install through stack).
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(nd/when-bin "hlint"
|
(nd/when-bin "hlint"
|
||||||
:stack "hlint"
|
:aur "hlint-bin"
|
||||||
(with-eval-after-load 'haskell
|
(with-eval-after-load 'haskell
|
||||||
(flycheck-add-next-checker 'haskell-stack-ghc '(t . haskell-hlint))))
|
(flycheck-add-next-checker 'haskell-stack-ghc '(t . haskell-hlint))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in New Issue