Skip to content

SublimeLinter/SublimeLinter-hlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SublimeLinter-hlint

flake8

This linter plugin for SublimeLinter provides an interface to hlint. It will be used with files that have the "Haskell" syntax.

Installation

SublimeLinter must be installed in order to use this plugin.

Please use Package Control to install the linter plugin.

Before using this plugin, ensure that hlint is installed on your system. To install hlint, do the following:

  1. Ensure cabal is installed. The easiest way is to install the haskell platform, as this gives you cabal also.

  2. Update cabal:

    cabal update
    
  3. Install hlint with cabal:

    cabal install hlint
    

Please make sure that the path to hlint is available to SublimeLinter. The docs cover troubleshooting PATH configuration.

Settings