diff options
author | colin <colin@cicadas.surf> | 2023-03-09 18:37:17 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-03-09 18:37:17 -0800 |
commit | e3a0914526900f3189fa07574bade13098e775c1 (patch) | |
tree | f27d907ffa2642995a066ae7ffd4b45a175ad9e2 | |
parent | 883b6940495692df570093165e33610597b22c33 (diff) |
added uiop dep
-rw-r--r-- | hyperquirks.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperquirks.asd b/hyperquirks.asd index c0ad40b..bc6d7b3 100644 --- a/hyperquirks.asd +++ b/hyperquirks.asd @@ -5,6 +5,7 @@ :author "colin <colin@cicadas.surf>" :license "GPL-3" :version "0.0.1" + :depends-on (#:uiop) :serial t :components ((:file "package") (:file "hyperquirks"))) |