Skip to content

Commit

Permalink
Merge pull request #1507 from peti/master
Browse files Browse the repository at this point in the history
make cabal-new-repl a legitimate process type
  • Loading branch information
gracjan committed May 19, 2017
2 parents 01c3222 + f82a121 commit 5b9a3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-customize.el
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ be located, then stack-ghci will be used.
Otherwise if there's a *.cabal file, cabal-repl will be used.
If none of the above apply, ghci will be used."
:type '(choice (const auto) (const ghci) (const cabal-repl) (const stack-ghci))
:type '(choice (const auto) (const ghci) (const cabal-repl) (const stack-ghci) (const cabal-new-repl))
:group 'haskell-interactive)

(defcustom haskell-process-wrapper-function
Expand Down

0 comments on commit 5b9a3e3

Please sign in to comment.