aboutsummaryrefslogtreecommitdiff
path: root/lazybones.asd
diff options
context:
space:
mode:
authorCoin Okay <cbeok@protonmail.com>2020-04-22 20:17:07 -0500
committerCoin Okay <cbeok@protonmail.com>2020-04-22 20:17:07 -0500
commit1fe086af924e7c497586d41bfae203f097bf6f81 (patch)
tree3f5e00cac420526dae974584bda44f75c6c01242 /lazybones.asd
parent22258951c45d89a19bde494acd5510ad48ae1d0e (diff)
reorganizing, removed iterate dep
Diffstat (limited to 'lazybones.asd')
-rw-r--r--lazybones.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazybones.asd b/lazybones.asd
index 1a63d11..fb68736 100644
--- a/lazybones.asd
+++ b/lazybones.asd
@@ -6,6 +6,6 @@
:license "Specify license here"
:version "0.0.1"
:serial t
- :depends-on (#:clack #:jonathan #:iterate #:alexandria #:split-sequence)
+ :depends-on (#:clack #:jonathan #:alexandria #:split-sequence)
:components ((:file "package")
(:file "lazybones")))