Skip to content

themattchan/flycheck-liquidhs.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

flycheck-liquidhs.el

LiquidHaskell Flycheck integegration.

Now uses stack by default (to change the default behavior, change the flycheck-haskell-liquid-executable variable through M-x customize).

Usage

To enable, add this to your init.el

(require 'flycheck-liquidhs)
(add-hook 'haskell-mode-hook
          '(lambda () (flycheck-select-checker 'haskell-liquid)))

(add-hook 'literate-haskell-mode-hook
          '(lambda () (flycheck-select-checker 'haskell-liquid)))

About

Flycheck checker for LiquidHaskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages