This commit is contained in:
Kazu Yamamoto 2014-06-16 10:21:15 +09:00
parent 595776e2ab
commit f9e912e425
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
(defun ghc-resolve-document-path (mod)
(with-temp-buffer
(ghc-call-process "ghc-mod" nil t nil "doc" mod)
(ghc-call-process ghc-module-command nil t nil "doc" mod)
(goto-char (point-min))
(when (looking-at "^\\([^ ]+\\)-\\([0-9]*\\(\\.[0-9]+\\)*\\) \\(.*\\)$")
(ghc-make-pkg-ver-path