]> gitweb.factorcode.org Git - factor.git/commitdiff
Fixing validators so it loads
authorDaniel Ehrenberg <littledan@Macintosh-122.local>
Mon, 9 Mar 2009 20:38:05 +0000 (15:38 -0500)
committerDaniel Ehrenberg <littledan@Macintosh-122.local>
Mon, 9 Mar 2009 20:38:05 +0000 (15:38 -0500)
basis/validators/validators-docs.factor
basis/validators/validators.factor

index 8f5a5875690d03eba157b689178510c967948a2d..45444889de31b9f7a4f7bdf0e813e03fa2c30377 100644 (file)
@@ -1,5 +1,5 @@
 USING: help.markup help.syntax io.streams.string quotations 
-strings math regexp regexp.backend ;
+strings math regexp ;
 IN: validators
 
 HELP: v-checkbox
index f0ee13dd382c205cd55806fc3097a290463cc5ee..740cf7db13c7b3d26aedb0ff1303a4d2068ee4e1 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2006, 2008 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
 USING: kernel continuations sequences math namespaces make sets
-math.parser math.ranges assocs regexp unicode.categories arrays
+math.parser math.ranges assocs regexp regexp.matchers unicode.categories arrays
 hashtables words classes quotations xmode.catalog unicode.case ;
 IN: validators