branch: elpa/pacmacs
commit bb622648e39658baf566da8c19d622df7753e8a7
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Add Package-Requires header for dependencies
And clean up Cask file.
---
Cask | 3 ---
pacmacs.el | 1 +
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/Cask b/Cask
index f8e4ebb2a5..9f5be6eb2f 100644
--- a/Cask
+++ b/Cask
@@ -8,9 +8,6 @@
("sprites" "sprites/*.json")
("sprites" "sprites/*.xpm"))
-(depends-on "dash")
-(depends-on "dash-functional")
-
(development
(depends-on "el-mock")
(depends-on "ert-runner")
diff --git a/pacmacs.el b/pacmacs.el
index 2d8a018603..c85d583b58 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -6,6 +6,7 @@
;; Maintainer: Alexey Kutepov <[email protected]>
;; URL: http://github.com/rexim/pacmacs.el
;; Version: 0.0.1
+;; Package-Requires: ((dash "2.11.0") (dash-functional "1.2.0") (cl-lib "0.5"))
;; Permission is hereby granted, free of charge, to any person
;; obtaining a copy of this software and associated documentation