Hello,

Here a test.hs file which show starnge behaviour when using the tab key

Go to the open [ and hit tab

before

packages :: [Package]
packages =
         [
-- hardware
           "firmware-linux-nonfree"
           ]


after


packages :: [Package]
packag[
-- hardware
           "firmware-linux-nonfree"
           ]


I have this line in my .emacs

(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
packages :: [Package]
packages =
	 [
-- hardware
           "firmware-linux-nonfree"
           ]

Reply via email to