File tree 1 file changed +18
-0
lines changed
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:
6
6
- Use "<backtab>" to cycle visibility of all nodes
7
7
- Use "C-c C-o" to open links
8
8
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
+
9
27
* Changes in 13.8
10
28
11
29
See 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