]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/sql/sql.factor
Fixing basis -> extra dependencies
[factor.git] / basis / db / sql / sql.factor
index 7dd4abf4be718641dbd303196b329c3d7fd099be..06428485e1a941b237475199343f69214ace3985 100755 (executable)
@@ -1,6 +1,6 @@
 USING: kernel parser quotations classes.tuple words math.order
-namespaces.lib namespaces sequences arrays combinators
-prettyprint strings math.parser sequences.lib math symbols ;
+nmake namespaces sequences arrays combinators
+prettyprint strings math.parser math symbols ;
 IN: db.sql
 
 SYMBOLS: insert update delete select distinct columns from as