]> gitweb.factorcode.org Git - factor.git/commitdiff
doesn't need sequences.lib anymore
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 1 Oct 2008 22:53:46 +0000 (17:53 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 1 Oct 2008 22:53:46 +0000 (17:53 -0500)
extra/html/parser/analyzer/analyzer.factor

index 38dd9225fe852549887b399b65dee3c7f75a7d6d..095e3c32469255384e6a1ec66872404cd0e5b8d3 100755 (executable)
@@ -3,7 +3,7 @@
 USING: assocs html.parser kernel math sequences strings ascii
 arrays generalizations shuffle unicode.case namespaces make
 splitting http accessors io combinators http.client urls
-urls.encoding fry sequences.lib ;
+urls.encoding fry ;
 IN: html.parser.analyzer
 
 TUPLE: link attributes clickable ;