From: Doug Coleman Date: Fri, 15 Dec 2023 20:15:21 +0000 (-0600) Subject: build-from-source: use qw X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=3160c963a243389a8bcf59b48a62b20e2b53d30c build-from-source: use qw --- 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