From e3a0914526900f3189fa07574bade13098e775c1 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 9 Mar 2023 18:37:17 -0800 Subject: added uiop dep --- hyperquirks.asd | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperquirks.asd b/hyperquirks.asd index c0ad40b..bc6d7b3 100644 --- a/hyperquirks.asd +++ b/hyperquirks.asd @@ -5,6 +5,7 @@ :author "colin " :license "GPL-3" :version "0.0.1" + :depends-on (#:uiop) :serial t :components ((:file "package") (:file "hyperquirks"))) -- cgit v1.2.3