haskell-mode icon indicating copy to clipboard operation
haskell-mode copied to clipboard

Emacs mode for Haskell

Results 120 haskell-mode issues
Sort by recently updated
recently updated
newest added

haskell mode does not recognize `QualifiedDo` notation and gets alignment wrong. The following simple example, from the [Qualified Do user guide](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/qualified_do.html), should align like ``` {-# LANGUAGE QualifiedDo #-} import...

What happened to the Monthly progress reports? https://github.com/haskell/haskell-mode/wiki/Month-in-Haskell-Mode How is the development for this major mode looking? Does it require new volunteers? Do we have a plan, a list of...

When I save a Haskell file, on a new setup on NixOS, I get the following: Symbol’s function definition is void: haskell-mode-after-save-handler The error doesn't go away if I do...

# Problem Description I opened a Haskell file and got this in my `*Flymake Log*` buffer: (`SimpleIOCommand.hs` is the file I opened) ``` ⛔ Error [flymake-proc SimpleIOCommand.hs]: init function haskell-flymake-init...

I've used ob-haskell which is dependent on haskell-mode for years. Now, however, they can't produce a working REPL buffer together. A 2018 version of ob-haskell and this latest haskell-mode will...

In attempt to build: ```shell $ make EMACS=/usr/bin/emacs all EMACS check-emacs-version Using EMACS = /usr/bin/emacs, version = 30.1 EMACS build-30.1/haskell-commands.elc In toplevel form: haskell-commands.el:712:2: Error: docstring has wrong usage of...

Overview: This patch enhances Haskell Mode by integrating Projectile to determine whether Stack, Cabal, or system GHC should be used for a project. Previously, GHC selection relied on auto-detection, which...

I have a stack project with a few local packages that I work on together. I found that haskell-mode would create a `stack ghci` process/buffer for each project, and each...

I prefer behaviour of haskell-indent-mode since I like to use it to repate function name between type anotation and implementation. Following manual for haskell-mode https://haskell.github.io/haskell-mode/manual/latest/Indentation.html I tried to add: ```el...

Fixes [#1826](https://github.com/haskell/haskell-mode/issues/1826).