I recently updated my Emacs installation to version 24.5.1 and discovered that in haskell mode upon entering a new line indentation behaves in an unexpected and unintuitive way. In these examples below X shows where the point is set upon pressing Enter at the end of previous line and Y shows where it used to be set before upgrading Emacs:
instance Foo a where
bar A A = A
Y X
Using haskell-mode just became extremely annoying :| I am using haskell-mode from melpa, version 20151202.34 (ie. today's build).
I recently updated my Emacs installation to version 24.5.1 and discovered that in haskell mode upon entering a new line indentation behaves in an unexpected and unintuitive way. In these examples below
Xshows where the point is set upon pressing Enter at the end of previous line andYshows where it used to be set before upgrading Emacs:Using haskell-mode just became extremely annoying :| I am using haskell-mode from melpa, version 20151202.34 (ie. today's build).