Skip to content

Commit 3693dd1

Browse files
committed
Fix Cask file
1 parent d42b4ad commit 3693dd1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Cask

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
(source gnu)
22
(source melpa)
3-
(source lambdaisland "https://lambdaisland.github.io/elpa/")
43

54
(package-file "parseclj.el")
65

7-
(files "parseclj-lex.el"
8-
"parseedn.el"
9-
"parseclj-ast.el")
6+
(files "parseclj-ast.el"
7+
"parseclj-lex.el"
8+
"parseclj-parser.el")
109

1110
(development
1211
(depends-on "a")
13-
;; (depends-on "edn") ;; the edn.el parity tests require some edn.el functions
1412
(depends-on "ert-runner"))

0 commit comments

Comments
 (0)