Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #557 from commercialhaskell/remove_odir_hidir
Browse files Browse the repository at this point in the history
Remove -odir/-hidir, trust stack ghci to set them
  • Loading branch information
chrisdone authored May 24, 2018
2 parents e2bfe6e + e3329ea commit f5d98e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions elisp/intero.el
Original file line number Diff line number Diff line change
Expand Up @@ -2400,11 +2400,6 @@ default when nil)."
(when ignore-dot-ghci
(list "--ghci-options" "-ignore-dot-ghci"))
(cl-mapcan (lambda (x) (list "--ghci-options" x)) intero-extra-ghc-options)
(let ((dir (intero-localize-path (intero-make-temp-file "intero" t))))
(list "--ghci-options"
(concat "-odir=" dir)
"--ghci-options"
(concat "-hidir=" dir)))
targets))

(defun intero-sentinel (process change)
Expand Down

0 comments on commit f5d98e1

Please sign in to comment.