summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-01-28 16:29:05 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-10 15:44:00 +0900
commit321afbb02c1f80d0f15a0f290a5c3e271de21280 (patch)
tree6b9c341ad686fb401b0da5314822536d29737a4f
parent1ee0cdee971cfcd6e4ea9e1a9ea2e6dd68864720 (diff)
downloaddotfiles-321afbb02c1f80d0f15a0f290a5c3e271de21280.tar.gz
path to ghci on Windows
-rw-r--r--.emacs.d/init-haskell.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init-haskell.el b/.emacs.d/init-haskell.el
index abc2aa40..8e4d696c 100644
--- a/.emacs.d/init-haskell.el
+++ b/.emacs.d/init-haskell.el
@@ -38,6 +38,9 @@
(add-hook 'haskell-mode-hook 'spw/haskell-mode-hook)
(add-hook 'after-save-hook 'spw/haskell-cabal-mode-save-hook)
+ ;; Set path to ghci on Windows
+ (setq haskell-process-path-ghci "C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin\\ghci")
+
(setq haskell-tags-on-save t
haskell-process-suggest-remove-import-lines t))