From 50e39b868c93e520e6245c196802d48b53c6fc1c Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Mon, 10 Oct 2022 15:18:22 +0200 Subject: Add serapeum and clean up type specifiers. --- eris.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eris.asd') diff --git a/eris.asd b/eris.asd index dba4a1b..0ec5c7f 100644 --- a/eris.asd +++ b/eris.asd @@ -2,7 +2,7 @@ :name "eris" :author "mail@ykonai.net" :license "LGPLv3 or later" - :depends-on ("ironclad" "alexandria" "trivial-gray-streams" "function-cache" "bordeaux-threads" #+unix "osicat" #+unix "mmap") + :depends-on ("ironclad" "alexandria" "serapeum" "trivial-gray-streams" "function-cache" "bordeaux-threads" #+unix "osicat" #+unix "mmap") :components ((:module "src" :serial t @@ -18,7 +18,7 @@ (defsystem "eris/test" :name "eris/test" - :depends-on ("eris" "fiveam" "ironclad" "alexandria") + :depends-on ("eris" "fiveam" "ironclad" "alexandria" "serapeum") :perform (test-op (op c) (symbol-call :fiveam :run! (find-symbol* :eris-tests :eris/test))) :components ((:module "tests" -- cgit v1.2.3