Skip to content

flycheck/flycheck-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0977232 · Nov 19, 2024
Apr 26, 2022
Oct 15, 2018
Sep 6, 2015
Oct 15, 2018
May 19, 2017
Dec 8, 2015
Apr 26, 2022
Jan 4, 2014
Mar 17, 2018
Apr 26, 2022
Sep 7, 2019
Nov 19, 2024
Nov 19, 2024
Aug 25, 2019
Dec 7, 2015
Aug 25, 2019
Aug 25, 2019

Repository files navigation

flycheck-haskell — Flycheck for Haskell

License GPL 3 MELPA MELPA Stable Build Status

Automatically configure Flycheck for Haskell.

Installation

Install flycheck-haskell from MELPA or MELPA Stable and add the following to your init.el:

(add-hook 'haskell-mode-hook #'flycheck-haskell-setup)

Supported GHC versions

Tested with GHC 7.2.2, 7.4.2, 7.6.3, 7.8.4, 7.10.3, 8.0.2, 8.2.2, 8.4.1, 8.6.5, 8.8.1.

Usage

Just use Flycheck as usual in your Cabal projects.

To explicitly configure Haskell syntax checking for the current buffer, type M-x flycheck-haskell-configure. You should run this command after major changes to the Cabal file.

Customization

  • M-x customize-group RET flycheck-haskell

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

See COPYING for details.