]> gitweb.factorcode.org Git - factor.git/commitdiff
sequences.parser: fix load error
authorJoe Groff <arcata@gmail.com>
Thu, 10 Nov 2011 20:32:52 +0000 (12:32 -0800)
committerJoe Groff <arcata@gmail.com>
Thu, 10 Nov 2011 20:33:10 +0000 (12:33 -0800)
basis/sequences/parser/parser.factor

index c1494fed09fdb97ff24f27aff71b9aea83268f5d..1df344e22ae66a0ffd71e8342259529074d92b0f 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors circular combinators.short-circuit fry io
 kernel locals math math.order sequences sorting.functor
-sorting.slots unicode.categories ;
+sorting.slots unicode.categories sequences.private ;
 IN: sequences.parser
 
 TUPLE: sequence-parser sequence n ;