aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg.asd
diff options
context:
space:
mode:
Diffstat (limited to 'gtwiwtg.asd')
-rw-r--r--gtwiwtg.asd8
1 files changed, 4 insertions, 4 deletions
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 <okay@toyful.space>"
+ :author "Colin Okay <colin@cicadas.surf>"
: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")))