https://github.com/sublimelinter/sublimelinter-ghc
SublimeLinter 3 plugin for Haskell, using ghc -Wall.
https://github.com/sublimelinter/sublimelinter-ghc
Last synced: 10 months ago
JSON representation
SublimeLinter 3 plugin for Haskell, using ghc -Wall.
- Host: GitHub
- URL: https://github.com/sublimelinter/sublimelinter-ghc
- Owner: SublimeLinter
- License: mit
- Created: 2013-12-22T12:55:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T12:54:28.000Z (over 1 year ago)
- Last Synced: 2025-04-05T13:23:21.836Z (10 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 8
- Watchers: 7
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SublimeLinter-ghc
=========================
[](https://travis-ci.org/SublimeLinter/SublimeLinter-ghc)
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [ghc](http://www.haskell.org/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](https://packagecontrol.io) to install the linter plugin.
To install `ghc`, you can install [haskell-platform](http://www.haskell.org/platform/) which includes `ghc` or [ghc](http://www.haskell.org/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](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable).
## Settings
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html