diff -r af643427e1be -r c99c95938a05 elisp/haskell-init.el --- a/elisp/haskell-init.el Tue Jun 23 18:41:04 2015 -0500 +++ b/elisp/haskell-init.el Tue Sep 15 09:47:48 2015 -0500 @@ -68,8 +68,8 @@ '(haskell-indentation-left-offset 4) '(haskell-process-type 'cabal-repl) - '(haskell-process-args-cabal-repl '("--ghc-option=-ferror-spans" "--with-ghc=ghci-ng")) - '(haskell-process-path-ghci "ghci-ng") + ;; '(haskell-process-args-cabal-repl '("--ghc-option=-ferror-spans" "--with-ghc=ghci-ng")) ;; ghci-ng + ;; '(haskell-process-path-ghci "ghci-ng") ;; ghci-ng '(haskell-process-args-ghci "-ferror-spans") '(haskell-process-suggest-remove-import-lines t) '(haskell-process-auto-import-loaded-modules t)