Skip to content

Prompts to restart Haskell process after every character typed in an identifer #349

Closed
@bmmoore

Description

@bmmoore

After trying and failing to start a Haskell process, typing a character at the end of an identifer in the Haskell buffer prompts to restart again.

I have haskell-mode 13.10, GHC 7.8.3, cabal-install version 1.20.0.3 using version 1.20.0.2.

To reproduce, it's enough to make a trivial .cabal file for a Test.hs containing the line

module Test where main

After something like C-c C-l that tries to start a haskell process, the process will die with the log showing the compiler error message. After that, adding letters to the end of "main" will prompt to restart the process after each character typed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions