diff --git a/recipes/haskell-mode b/recipes/haskell-mode index 8be015ca..595d7d61 100644 --- a/recipes/haskell-mode +++ b/recipes/haskell-mode @@ -1,2 +1,5 @@ -(haskell-mode :repo "haskell/haskell-mode" :fetcher github) - +(haskell-mode + :repo "haskell/haskell-mode" + :fetcher github + :files ("*.el" + "logo.svg"))