AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Fix homepage and download URLs. - Re-format spec file with recent spec-cleaner.
- 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
- Fix group tag.
- keep haskell-mode-autoloads.el
- enable automatic loading with suse-start-*
- update to version 13.18
- 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
- create and install autoloads file
- install init file
- initial package (version 13.07)