mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Use :defaults instead of *.el for haskell-mode, to avoid pulling in *-tests.el
This commit is contained in:
parent
dbae71a474
commit
9664e394f1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue