/SublimeLinter-ghc

SublimeLinter 3 plugin for Haskell, using ghc -Wall.

Primary LanguagePythonMIT LicenseMIT

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