emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/assess 83973f4047 23/95: Add dash as a dependency.


From: ELPA Syncer
Subject: [elpa] externals/assess 83973f4047 23/95: Add dash as a dependency.
Date: Tue, 19 Jul 2022 15:57:30 -0400 (EDT)

branch: externals/assess
commit 83973f404749595d6921adde37e2d600931224de
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>

    Add dash as a dependency.
    
    This is not strictly necessary as m-buffer is a dependency, but given
    that we reference dash.el in sisyphus this is a good thing to add.
---
 Cask        | 2 ++
 sisyphus.el | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Cask b/Cask
index 2471c9d48e..0bc99a332b 100644
--- a/Cask
+++ b/Cask
@@ -3,6 +3,8 @@
 
 (package-file "sisyphus.el")
 
+(files "sisyphus*.el")
+
 (development
  (depends-on "ert-runner")
  (depends-on "load-relative"))
diff --git a/sisyphus.el b/sisyphus.el
index f110aabfce..329583a0e3 100644
--- a/sisyphus.el
+++ b/sisyphus.el
@@ -7,7 +7,7 @@
 ;; Author: Phillip Lord <phillip.lord@russet.org.uk>
 ;; Maintainer: Phillip Lord <phillip.lord@russet.org.uk>
 ;; Version: 0.1
-;; Package-Requires: ((emacs "24.4")(m-buffer "0.13"))
+;; Package-Requires: ((emacs "24.4")(m-buffer "0.13")(dash))
 
 ;; The contents of this file are subject to the GPL License, Version 3.0.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]