Skip to content

haskell-indentation-mode parse error on indenting import declaration #397

Closed
@ryantm

Description

@ryantm

When I use MELPA version 20141212.1131 of the haskell-mode, and a file containing:

module A where

import Control.Concurrent
  ( forkIO
, killThread)

and I put the point at the "k" in killThread and type tab, it prints "Parse error" in the minibuffer and it does not change the indentation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions