From 3160c963a243389a8bcf59b48a62b20e2b53d30c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 15 Dec 2023 14:15:21 -0600 Subject: [PATCH] build-from-source: use qw --- extra/build-from-source/build-from-source.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/build-from-source/build-from-source.factor b/extra/build-from-source/build-from-source.factor index ee3cc9b1ac..f4edeba881 100644 --- a/extra/build-from-source/build-from-source.factor +++ b/extra/build-from-source/build-from-source.factor @@ -4,7 +4,7 @@ USING: accessors arrays assocs calendar calendar.format cli.git combinators combinators.short-circuit continuations formatting github html.parser html.parser.analyzer http.client io io.directories io.encodings.string io.encodings.utf8 io.files -io.launcher io.pathnames json kernel layouts math namespaces +io.launcher io.pathnames json kernel layouts math namespaces qw semver sequences sequences.extras sorting sorting.human sorting.specification splitting system unicode ; IN: build-from-source -- 2.34.1