aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-12-26 21:08:12 -0500
committerGravatar Peter McGoron 2024-12-26 21:08:12 -0500
commit20e252a4ff7e2b4eece71586612c7a2513e9b7fa (patch)
tree298f1657c62f6609d5e5e8a62e399fbf0e5c3769
parentchicken egg (diff)
add srfis to eggs
-rw-r--r--container-iterator.egg2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-iterator.egg b/container-iterator.egg
index e1ba9c7..e670735 100644
--- a/container-iterator.egg
+++ b/container-iterator.egg
@@ -3,7 +3,7 @@
(synopsis "Generic iterators over ordered containers")
(category "data")
(license "Apache-2.0")
- (dependencies "r7rs")
+ (dependencies "r7rs" "srfi-130" "srfi-128")
(test-dependencies "srfi-64")
(components (extension mcgoron.iterator.exceptions
(source "mcgoron.iterator.exceptions.sld")