branch: elpa/parseclj
commit 3693dd148f0c23db60b4d086b231fea5e500f82c
Author: Daniel Barreto <[email protected]>
Commit: Daniel Barreto <[email protected]>
Fix Cask file
---
Cask | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/Cask b/Cask
index 3238d1f31b..d2e52aae75 100644
--- a/Cask
+++ b/Cask
@@ -1,14 +1,12 @@
(source gnu)
(source melpa)
-(source lambdaisland "https://lambdaisland.github.io/elpa/")
(package-file "parseclj.el")
-(files "parseclj-lex.el"
- "parseedn.el"
- "parseclj-ast.el")
+(files "parseclj-ast.el"
+ "parseclj-lex.el"
+ "parseclj-parser.el")
(development
(depends-on "a")
-;; (depends-on "edn") ;; the edn.el parity tests require some edn.el functions
(depends-on "ert-runner"))