Skip to content

Documentation of the variable (not function) haskell-process-type is faulty #1763

@dschrempf

Description

@dschrempf

Hello! Thank you very much for developing this package!

I found a small discrepancy in the documentation which led me to having a non-functioning cabal repl. I quote from the documentation of the variable (not function) haskell-process-type:

The inferior Haskell process type to use: ghci, stack, cabal, or auto.
...

However, the correct values are:

  :type '(choice (const auto)
                 (const ghci)
                 (const stack-ghci)
                 (const cabal-repl)
                 (const cabal-new-repl))

Thank you!

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