refactoring on convert.

This commit is contained in:
Kazu Yamamoto
2012-02-14 11:33:27 +09:00
parent 86d5419309
commit 1e1b729e15
3 changed files with 53 additions and 27 deletions

View File

@@ -125,7 +125,7 @@
(lambda ()
(cd cdir)
(apply 'call-process ghc-module-command nil t nil
`(,@(ghc-make-ghc-options) "type" ,file ,modname ,ln ,cn))
`(,@(ghc-make-ghc-options) "-l" "type" ,file ,modname ,ln ,cn))
(goto-char (point-min))
(while (search-forward "[Char]" nil t)
(replace-match "String"))))))