I saw the announcement for the March release about the new indentation and I wanted to try it out: https://github.com/haskell/haskell-mode/wiki/Month-in-haskell-mode-March-2015 On the announcement it says to try it out add: ``` (add-hook 'haskell-mode-hook 'haskell-indentation) ``` If I do that, I get the above error. However, this works (found in the guide): ``` (add-hook 'haskell-mode-hook 'turn-on-haskell-indentation) ``` Is this a bug in the announcement?