Trying to use haskell-indentation-mode in haskell-mode 20150512.2319 using the following example will fail with `Illegal token: ←`. ``` {-# LANGUAGE UnicodeSyntax #-} fun = do x ← "abc" ```