]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/html/parser/parser.factor
Updating code for make and fry changes
[factor.git] / extra / html / parser / parser.factor
index ccd225e6e0b9341eaf8aeb911bb2f2eba03e2992..95bfa938a25b717fe1d595782a5007fd63f4c76a 100644 (file)
@@ -1,6 +1,6 @@
 USING: accessors arrays html.parser.utils hashtables io kernel
-namespaces prettyprint quotations
-sequences splitting state-parser strings unicode.categories unicode.case
+namespaces make prettyprint quotations sequences splitting
+state-parser strings unicode.categories unicode.case
 sequences.lib ;
 IN: html.parser