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

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

[elpa] externals/bnf-mode 992631a 35/43: Fixed dependency list in the Ca


From: Stefan Monnier
Subject: [elpa] externals/bnf-mode 992631a 35/43: Fixed dependency list in the Cask file
Date: Mon, 20 Jan 2020 13:39:05 -0500 (EST)

branch: externals/bnf-mode
commit 992631aae0d839cba609d31be2a0c9a7a68b73e2
Author: Serghei Iakovlev <address@hidden>
Commit: Serghei Iakovlev <address@hidden>

    Fixed dependency list in the Cask file
    
    Dependency list was fixed by specifying `cl-lib' version as well as
    removing `rx` (`rx' is part of GNU Emacs actually).  This fixed the
    issue reported in <https://github.com/sergeyklay/bnf-mode/issues/5>.
    The issue related to installation from the TAR file.
---
 Cask | 3 +--
 NEWS | 6 ++++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/Cask b/Cask
index 1a9be14..d0032c2 100644
--- a/Cask
+++ b/Cask
@@ -7,8 +7,7 @@
 
 (files "*.el")
 
-(depends-on "rx")
-(depends-on "cl-lib")
+(depends-on "cl-lib" "0.5")
 
 (development
  (depends-on "f")
diff --git a/NEWS b/NEWS
index 1c0cc27..39ec924 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@ See the end of the file for license conditions.
 This file is about changes in BNF Mode.
 
 * BNF Mode 0.4.3
+** Fixed dependency list in the Cask file.
+Dependency list was fixed by specifying `cl-lib' version as well as
+removing `rx` (`rx' is part of GNU Emacs actually).  This fixed the
+issue reported in <https://github.com/sergeyklay/bnf-mode/issues/5>.
+The issue related to installation from the TAR file.
+
 ** CI/CD process was moved on GitHub Actions.
 
 * BNF Mode 0.4.2



reply via email to

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