From 9664e394f1ad9cc453aa644784e1bb1119a5e60f Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sat, 10 Jan 2015 13:07:04 +0000 Subject: [PATCH] Use :defaults instead of *.el for haskell-mode, to avoid pulling in *-tests.el --- recipes/haskell-mode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/haskell-mode b/recipes/haskell-mode index 86e46566..9acd0cb3 100644 --- a/recipes/haskell-mode +++ b/recipes/haskell-mode @@ -1,7 +1,7 @@ (haskell-mode :repo "haskell/haskell-mode" :fetcher github - :files ("*.el" + :files (:defaults "haskell-mode.texi" "NEWS" "snippets"