fix a error in haskell-mode.rcp

haskell-site-file.el is generated by 'make all', without which,
haskell-mode can not work well.
This commit is contained in:
Xiao Hanyu 2013-06-06 22:30:03 +08:00
parent 1e961cc1e2
commit 7cc4d140e6

View File

@ -2,6 +2,7 @@
:description "A Haskell editing mode"
:type github
:pkgname "haskell/haskell-mode"
:build ("make all")
:load "haskell-site-file.el"
:post-init (progn
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)