Skip to content

SublimeLinter 3 plugin for Haskell, using ghc -Wall.

License

Notifications You must be signed in to change notification settings

SublimeLinter/SublimeLinter-ghc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SublimeLinter-ghc

Build Status

This linter plugin for SublimeLinter provides an interface to ghc. 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.

To install ghc, you can install haskell-platform which includes ghc or ghc itself. Follow the instructions on their websites to install.

haskell-platform is available on many package managers, for example brew update; brew install haskell-platform on Mac OS X.

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

Settings