Merge pull request #717 from scvalex/haskell-mode-explicit-files

Update haskell-mode recipe to include "logo.svg"
This commit is contained in:
Donald Ephraim Curtis 2013-04-26 19:22:23 -07:00
commit 5cfdbde909

View file

@ -1,2 +1,5 @@
(haskell-mode :repo "haskell/haskell-mode" :fetcher github)
(haskell-mode
:repo "haskell/haskell-mode"
:fetcher github
:files ("*.el"
"logo.svg"))