File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ This file uses Org mode. Some useful (default) key-bindings:
66 - Use "<backtab>" to cycle visibility of all nodes
77 - Use "C-c C-o" to open links
88
9+ * Changes in 13.10
10+
11+ - Small fix for haskell-simple-indent: Certain indentation situations
12+ cause valname-string to be nil, which haskell-trim did not handle
13+ gracefully (naturally, since nil != "").
14+
15+ - Luke Hoersten's Shnippet merged in under snippets/.
16+
17+ - haskell-presentation-mode is now a haskell-mode derived mode.
18+
19+ - Small improvement to haskell-process-do-info (works on constructors
20+ now and underscored names).
21+
22+ - Add haskell-indent-spaces configuration variable.
23+
24+ - The command string to run cabal commands is slightly more
25+ configurable. See: C-h f haskell-process-do-cabal-format-string
26+
927* Changes in 13.8
1028
1129See also [[https://github.com/haskell/haskell-mode/compare/v13.07...v13.08][detailed Git history]].
You can’t perform that action at this time.
0 commit comments