aboutsummaryrefslogtreecommitdiffstats
path: root/weight-balanced-trees.egg
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-01-16 19:40:06 -0500
committerGravatar Peter McGoron 2025-01-16 19:40:06 -0500
commit0d5d0f16c5b4c969e01a0ec27954b69a967c4970 (patch)
tree3a74a912396ed03b1ab3d74947dc394b0bea9355 /weight-balanced-trees.egg
parentsuccesfully test join (diff)
rename module to internal
Diffstat (limited to 'weight-balanced-trees.egg')
-rw-r--r--weight-balanced-trees.egg6
1 files changed, 3 insertions, 3 deletions
diff --git a/weight-balanced-trees.egg b/weight-balanced-trees.egg
index b5cc6e2..273a998 100644
--- a/weight-balanced-trees.egg
+++ b/weight-balanced-trees.egg
@@ -5,7 +5,7 @@
(license "Apache-2.0")
(dependencies "r7rs" "srfi-128")
(test-dependencies "srfi-133" "srfi-132" "srfi-194" "srfi-132" "srfi-128" "srfi-1" "srfi-64" "srfi-252" "srfi-158" "sexpr-srfi-64-runner" "srfi-197")
- (components (extension mcgoron.weight-balanced-trees
- (source "mcgoron.weight-balanced-trees.sld")
- (source-dependencies "mcgoron.weight-balanced-trees.scm")
+ (components (extension mcgoron.weight-balanced-trees.internal
+ (source "mcgoron.weight-balanced-trees.internal.sld")
+ (source-dependencies "mcgoron.weight-balanced-trees.internal.scm")
(csc-options "-R" "r7rs" "-X" "r7rs"))))