Use :defaults instead of *.el for haskell-mode, to avoid pulling in *-tests.el

This commit is contained in:
Steve Purcell 2015-01-10 13:07:04 +00:00
parent dbae71a474
commit 9664e394f1

View file

@ -1,7 +1,7 @@
(haskell-mode (haskell-mode
:repo "haskell/haskell-mode" :repo "haskell/haskell-mode"
:fetcher github :fetcher github
:files ("*.el" :files (:defaults
"haskell-mode.texi" "haskell-mode.texi"
"NEWS" "NEWS"
"snippets" "snippets"