From 8c6ba6f41d9b0ac343ebef2acb6f5a6dd4c449bb Mon Sep 17 00:00:00 2001 From: Eitaro Fukamachi Date: Tue, 27 Sep 2016 12:36:36 +0900 Subject: [PATCH] Delete a dependency of lack.util on Alexandria. --- lack-util.asd | 3 +-- src/util.lisp | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lack-util.asd b/lack-util.asd index 1e93e17..e43ec17 100644 --- a/lack-util.asd +++ b/lack-util.asd @@ -7,7 +7,6 @@ :version "0.1" :author "Eitaro Fukamachi" :license "LLGPL" - :depends-on (:ironclad - :alexandria) + :depends-on (:ironclad) :components ((:file "src/util")) :in-order-to ((test-op (test-op t-lack-util)))) diff --git a/src/util.lisp b/src/util.lisp index 9652315..1c9fce1 100644 --- a/src/util.lisp +++ b/src/util.lisp @@ -6,8 +6,6 @@ :byte-array-to-hex-string :digest-sequence :make-digest) - (:import-from :alexandria - :when-let) (:export :find-package-or-load :find-middleware :funcall-with-cb