]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/semver/semver.factor
factor: trim using lists
[factor.git] / extra / semver / semver.factor
index 9cbad4817d1a3e319f0be70d5bbfd1df2f58edef..6826136065a387bd9a90dca5c95d46aac0622d8b 100644 (file)
@@ -1,10 +1,8 @@
 ! Copyright (C) 2020 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays assocs combinators
-combinators.short-circuit combinators.smart kernel math
-math.order math.parser multiline peg.ebnf sequences
-sequences.deep sequences.extras sequences.private sorting.human
-splitting strings ;
+USING: accessors arrays assocs combinators combinators.smart
+kernel math math.order math.parser multiline peg.ebnf sequences
+sequences.deep sequences.extras splitting strings ;
 IN: semver
 
 ! caret - up to next major versions, aka only major version needs to match as long as minor/patch are >=