aboutsummaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-05-27 12:43:21 +0200
committermousebot <mousebot@riseup.net>2021-05-27 12:43:21 +0200
commitcc1570df86c7a4f43684fd7caf14cf298301c655 (patch)
tree7602fc1cb7faa985f661b4505e23eafa2c0a52b9 /Cask
parent225c0b4acf12cae8593035a1e1662586ec8c74a8 (diff)
add request and seq as dependencies, flycheck cleanups, and
move http search funs into http.el
Diffstat (limited to 'Cask')
-rw-r--r--Cask2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cask b/Cask
index 599efa2..ebb7669 100644
--- a/Cask
+++ b/Cask
@@ -4,6 +4,8 @@
(package-file "lisp/mastodon.el")
(files "lisp/*.el")
+(depends-on "seq")
+
(development
(depends-on "ert-runner")
(depends-on "el-mock")