Documentation of the variable (not function) `haskell-process-type` is faulty
dschrempf opened this issue · 2 comments
dschrempf commented
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!
dschrempf commented
Thank you!
purcell commented
Thanks for flagging this! :)