Skip to content

Releases: haskell/haskell-mode

haskell-mode 16.1

15 Sep 07:11
Compare
Choose a tag to compare
  • Require at least Emacs 24.3
  • Implemented standalone deriving indentation
  • Removed haskell-indentation-ifte-offset
  • Implemented electric characters
  • Added LiquidHaskell annotation highlight
  • Introduced haskell-hasktags-path defcustom
  • Added font lock tests for pattern synonyms
  • Hardcoded haskell-ghc-supported-extensions/options
  • Added multi-line input in haskell-interactive
  • Added haskell-mode-stylish-haskell-path
  • Added Windows CI builds
  • Added syntax highlight to Yesod rules quasi quote
  • Added support for line continuation in #define's
  • Added support unterminated strings in indentation
  • Implemented /italic/ and bold for haddock
  • Added significant speedups in font-lock engine
  • Added support for full complexity of backtick syntax
  • Operators at the end or beggining of line force expression continuation in indentation
  • Map haskell-mode-format-imports to C-c C-, to avoid conflict with haskell-indent
  • Improve auto add dependencies in cabal
  • Fix inferior-haskell warning font lock for GHC 8.0

haskell-mode 13.20.1

24 Jul 16:22
Compare
Choose a tag to compare

Fix visit-tags-on-safe

haskell-mode 13.20

10 Apr 20:07
Compare
Choose a tag to compare
v13.20

Update version info 13.20

haskell-mode 13.18

22 Jan 19:30
Compare
Choose a tag to compare

This is the last release to support Emacs 23.

haskell-mode 13.16

01 Dec 18:06
Compare
Choose a tag to compare
v13.16

Version 13.16

haskell-mode 13.14.2

06 Jun 08:01
Compare
Choose a tag to compare

Fixed a bug that prevented haskell-presentation from echoing to minibuffer.

haskell-mode 13.14.1

06 Jun 08:00
Compare
Choose a tag to compare

Reverted removal of turn-on-font-lock. ghc-mod depended on this.

haskell-mode 13.14

30 May 14:13
Compare
Choose a tag to compare

Haskell Mode has a new logo designed by Kristof. Documentation in HTML looks much better. Presentation mode received a lot of improvements. Code jumping supports multiple buffers. Hasktags can be used on Windows. Syntax highlighting shows
quasiquotes as strings.

ghc-mod officially depends on haskell-mode.

There was also usual stream of backward and forward compatibility fixes, code cleanup, regression tests and plugged holes, usability and efficiency fixes.

haskell-mode 13.12

17 Apr 09:52
Compare
Choose a tag to compare
v13.12

Bump Version header ins haskell-mode.el to 13.12.

haskell-mode 13.10

17 Apr 09:56
Compare
Choose a tag to compare
v13.10

Update NEWS with 13.10 changes