haskell/haskell-mode

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

dschrempf opened this issue · 2 comments

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!

Thank you!

Thanks for flagging this! :)