update haskell-mode recipe to include "logo.svg"

This commit is contained in:
Alexandru Scvortov 2013-04-27 03:12:48 +01:00
parent aba18f15fb
commit 97a27ad66d
No known key found for this signature in database
GPG key ID: 2F0C8ADBAC8E5438

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"))