aboutsummaryrefslogtreecommitdiffstats
path: root/container-iterator.egg
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-12-28 12:01:47 -0500
committerGravatar Peter McGoron 2024-12-28 12:01:47 -0500
commit0593145ea67833c4f607e219c0a8cbd7cd39d310 (patch)
tree78d1e575e49c14840181334fd025db5890dadfdb /container-iterator.egg
parent.gitignore (diff)
convert to chicken
Diffstat (limited to 'container-iterator.egg')
-rw-r--r--container-iterator.egg2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-iterator.egg b/container-iterator.egg
index e670735..149d2c2 100644
--- a/container-iterator.egg
+++ b/container-iterator.egg
@@ -4,7 +4,7 @@
(category "data")
(license "Apache-2.0")
(dependencies "r7rs" "srfi-130" "srfi-128")
- (test-dependencies "srfi-64")
+ (test-dependencies "test")
(components (extension mcgoron.iterator.exceptions
(source "mcgoron.iterator.exceptions.sld")
(csc-options "-R" "r7rs" "-X" "r7rs"))