From 25e08d89e3553b46e247fd91dfaa2bd6eb11ac79 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 9 Sep 2022 09:42:05 -0500 Subject: Refactor: collector functions are now defined with defun/t --- gtwiwtg.asd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gtwiwtg.asd') diff --git a/gtwiwtg.asd b/gtwiwtg.asd index 41f87eb..5f32536 100644 --- a/gtwiwtg.asd +++ b/gtwiwtg.asd @@ -2,11 +2,11 @@ (asdf:defsystem #:gtwiwtg :description "Lazy-ish iterators" - :author "Colin Okay " + :author "Colin Okay " :license "GPLv3" - :version "0.2.0" + :version "0.3.0" + :depends-on (:testiere) :serial t :components ((:file "package") (:file "gtwiwtg") - (:file "anaphora")) - :in-order-to ((test-op (test-op gtwiwtg-test)))) + (:file "anaphora"))) -- cgit v1.2.3