aboutsummaryrefslogtreecommitdiff
path: root/lambda-tools.asd
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-14 10:42:28 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-14 10:42:28 -0500
commita6f672f53e924811ead5970815ef6b845c944607 (patch)
tree733dbcde761e5f9975696966c8377565e493da02 /lambda-tools.asd
parent1b06f7b323b221243a1fdffcb3fc8c6d23ef2754 (diff)
removed alexandria dep
Diffstat (limited to 'lambda-tools.asd')
-rw-r--r--lambda-tools.asd1
1 files changed, 0 insertions, 1 deletions
diff --git a/lambda-tools.asd b/lambda-tools.asd
index f6e9bc7..31b5dbe 100644
--- a/lambda-tools.asd
+++ b/lambda-tools.asd
@@ -6,7 +6,6 @@
:license "GPLv3"
:version "0.0.1"
:serial t
- :depends-on (:alexandria)
:components ((:file "package")
(:file "macros")
(:file "lambda-tools")))