From 90475b36e425dd105743dcca3814c89c4ed939e1 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sun, 12 Oct 2014 16:48:11 +0100 Subject: [PATCH] Add snippets dir to haskell-mode recipe Closes https://github.com/haskell/haskell-mode/issues/355 --- recipes/haskell-mode | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/haskell-mode b/recipes/haskell-mode index 0bdc89e8..86e46566 100644 --- a/recipes/haskell-mode +++ b/recipes/haskell-mode @@ -4,4 +4,5 @@ :files ("*.el" "haskell-mode.texi" "NEWS" + "snippets" "logo.svg"))