equal
deleted
inserted
replaced
66 |
66 |
67 '(haskell-indentation-layout-offset 4) |
67 '(haskell-indentation-layout-offset 4) |
68 '(haskell-indentation-left-offset 4) |
68 '(haskell-indentation-left-offset 4) |
69 |
69 |
70 '(haskell-process-type 'cabal-repl) |
70 '(haskell-process-type 'cabal-repl) |
71 '(haskell-process-args-cabal-repl '("--ghc-option=-ferror-spans" "--with-ghc=ghci-ng")) |
71 ;; '(haskell-process-args-cabal-repl '("--ghc-option=-ferror-spans" "--with-ghc=ghci-ng")) ;; ghci-ng |
72 '(haskell-process-path-ghci "ghci-ng") |
72 ;; '(haskell-process-path-ghci "ghci-ng") ;; ghci-ng |
73 '(haskell-process-args-ghci "-ferror-spans") |
73 '(haskell-process-args-ghci "-ferror-spans") |
74 '(haskell-process-suggest-remove-import-lines t) |
74 '(haskell-process-suggest-remove-import-lines t) |
75 '(haskell-process-auto-import-loaded-modules t) |
75 '(haskell-process-auto-import-loaded-modules t) |
76 '(haskell-process-log t) |
76 '(haskell-process-log t) |
77 '(haskell-process-reload-with-fbytecode nil) |
77 '(haskell-process-reload-with-fbytecode nil) |