Skip to content

Commit df81486

Browse files
basil-contobrandonwillard
authored andcommitted
Replace deprecated dash-functional dependency
Dash 2.18.0 now subsumes dash-functional.
1 parent 5253533 commit df81486

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Cask

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
(depends-on "cl-lib")
77
(depends-on "dash")
8-
(depends-on "dash-functional")
98
(depends-on "s")
109

1110
(development

hy-base.el

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
(require 'cl-lib)
3030
(require 'dash)
31-
(require 'dash-functional)
3231
(require 's)
3332

3433
;;; Syntax Methods

hy-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
;; URL: http://github.com/hylang/hy-mode
99
;; Version: 1.0
1010
;; Keywords: languages, lisp, python
11-
;; Package-Requires: ((dash "2.13.0") (dash-functional "1.2.0") (s "1.11.0") (emacs "24"))
11+
;; Package-Requires: ((dash "2.18.0") (s "1.11.0") (emacs "24"))
1212

1313
;; hy-mode is free software; you can redistribute it and/or modify it
1414
;; under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)