elisp/haskell-init.el
changeset 77 c99c95938a05
parent 74 1ec54926890f
child 78 7d7662fcc8d1
--- 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)