Releases: haskell/haskell-mode
Releases · haskell/haskell-mode
haskell-mode 16.1
- 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
Fix visit-tags-on-safe
haskell-mode 13.20
v13.20 Update version info 13.20
haskell-mode 13.18
This is the last release to support Emacs 23.
haskell-mode 13.16
v13.16 Version 13.16
haskell-mode 13.14.2
Fixed a bug that prevented haskell-presentation from echoing to minibuffer.
haskell-mode 13.14.1
Reverted removal of turn-on-font-lock. ghc-mod depended on this.
haskell-mode 13.14
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
v13.12 Bump Version header ins haskell-mode.el to 13.12.
haskell-mode 13.10
v13.10 Update NEWS with 13.10 changes