From 7cc4d140e62f1b50599867c0280a13183d1829c2 Mon Sep 17 00:00:00 2001 From: Xiao Hanyu Date: Thu, 6 Jun 2013 22:30:03 +0800 Subject: [PATCH] fix a error in haskell-mode.rcp haskell-site-file.el is generated by 'make all', without which, haskell-mode can not work well. --- recipes/haskell-mode.rcp | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/haskell-mode.rcp b/recipes/haskell-mode.rcp index dc1d223a..4e82a66c 100644 --- a/recipes/haskell-mode.rcp +++ b/recipes/haskell-mode.rcp @@ -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)