]> gitweb.factorcode.org Git - factor.git/commitdiff
build-from-source: use qw
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 15 Dec 2023 20:15:21 +0000 (14:15 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 15 Dec 2023 20:15:21 +0000 (14:15 -0600)
extra/build-from-source/build-from-source.factor

index ee3cc9b1ac2372f703b0e77397b1689022121e3a..f4edeba881e0724970022c6056c003469b234c12 100644 (file)
@@ -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