File emacs-haskell-mode.changes of Package emacs-haskell-mode
-------------------------------------------------------------------
Fri Apr 13 11:08:13 UTC 2018 - psimons@suse.com
- Fix homepage and download URLs.
- Re-format spec file with recent spec-cleaner.
-------------------------------------------------------------------
Mon Mar 26 15:49:21 UTC 2018 - ptrommler@icloud.com
- update to 16.1
* support Liquid Haskell annotations
* support Yesod rules quasi quotes
* implement electric characters
- add patch GHCi8.2.1-response.patch
* fix module reload in GHCi interactive sessions for GHC 8.2.1
and later
-------------------------------------------------------------------
Sat Jul 16 21:07:36 UTC 2016 - psimons@suse.com
- Fix group tag.
-------------------------------------------------------------------
Fri Feb 26 15:05:09 UTC 2016 - peter.trommler@ohm-hochschule.de
- keep haskell-mode-autoloads.el
-------------------------------------------------------------------
Thu Feb 25 10:26:20 UTC 2016 - peter.trommler@ohm-hochschule.de
- enable automatic loading with suse-start-*
-------------------------------------------------------------------
Thu Feb 18 15:01:36 UTC 2016 - psimons@suse.com
- update to version 13.18
-------------------------------------------------------------------
Wed May 6 07:04:06 UTC 2015 - mimi.vx@gmail.com
- update to version 13.12
- Added haskell-bot.el
- Added support for cabal repl build targets
- Automatically add import lines via Hoogle
- Automatically add package to cabal file
- Added w3m-haddock.el
- Added debugger mode
- Added preliminary :present support
- Added haskell-sort-imports
- Added haskell-complete-module
- Support if and multi-way if in indentation
- Add support to generate tags on windows
- Add haskell-language-extensions variable
- Improve haskell-simple-indent mode
- Improve test cases
* Changes in 13.10
- Small fix for haskell-simple-indent: Certain indentation situations
cause valname-string to be nil, which haskell-trim did not handle
gracefully (naturally, since nil != "").
- Luke Hoersten's Shnippet merged in under snippets/.
- haskell-presentation-mode is now a haskell-mode derived mode.
- Small improvement to haskell-process-do-info (works on constructors
now and underscored names).
- Add haskell-indent-spaces configuration variable.
- The command string to run cabal commands is slightly more
configurable. See: C-h f haskell-process-do-cabal-format-string
* Changes in 13.8
- Make `haskell-simple-indent-mode' a proper minor mode with `SInd` as
mode-line lighter
- Support popular "λ> " prompt in inf-haskell by default
- Hide internal `*print-haskell-mode*' buffers
(used when `haskell-interactive-mode-eval-mode' is active)
- Add tab-completion support for haskell-interactive-mode
(requires `:complete' command support in GHCi)
- Add support to `haskell-process-do-info` to perform `:browse!` query
on module name when called on import statement line
- `haskell-decl-scan-mode':
- New customize group `haskell-decl-scan'
- New flag `haskell-decl-scan-bindings-as-variables' for controlling
whether to put value bindings into the "Variables" category.
- New flag `haskell-decl-scan-add-to-menubar' for controlling
whether to add "Declarations" menu entry to menu bar.
- New manual section node `(haskell-mode)haskell-decl-scan-mode'
- Add support for [[http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#lambda-case][LambdaCase]] syntax extension to `haskell-indentation`
- Change `haskell-indentation-mode' to never jump back a whole line
when pressing DEL. The old behavior can be restored by setting
`haskell-indentation-delete-backward-jump-line' to t
- New convenience function `haskell-cabal-visit-file' for locating and
visiting most likely `.cabal` file associated with current buffer
- Add support for [[http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#package-import][PackageImports]] and [[http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#safe-imports-ext][SafeHaskell]] syntax extensions to
`haskell-decl-scan-mode' parser
- Add `turn-{on,off}-haskell-doc' commands as aliases for the existing
`turn-{on,off}-haskell-doc-mode' commands
- Add support for "cabal repl" process type to `haskell-interactive-mode'
- Add new Haskell compilation sub-mode and associated `haskell-compile'
command
-------------------------------------------------------------------
Sun Mar 2 16:07:02 UTC 2014 - peter.trommler@ohm-hochschule.de
- create and install autoloads file
-------------------------------------------------------------------
Sat Mar 1 18:54:40 UTC 2014 - peter.trommler@ohm-hochschule.de
- install init file
-------------------------------------------------------------------
Fri Dec 27 15:45:49 UTC 2013 - peter.trommler@ohm-hochschule.de
- initial package (version 13.07)