Fix load errors
parent
0ab3f1f436
commit
ac4f180857
|
@ -3,7 +3,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: math.ranges sequences random accessors combinators.lib
|
USING: math.ranges sequences random accessors combinators.lib
|
||||||
kernel namespaces fry db.types db.tuples urls validators
|
kernel namespaces fry db.types db.tuples urls validators
|
||||||
html.components http http.server.dispatchers furnace
|
html.components html.forms http http.server.dispatchers furnace
|
||||||
furnace.actions furnace.boilerplate ;
|
furnace.actions furnace.boilerplate ;
|
||||||
IN: webapps.wee-url
|
IN: webapps.wee-url
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors kernel hashtables calendar
|
USING: accessors kernel hashtables calendar
|
||||||
namespaces splitting sequences sorting math.order present
|
namespaces splitting sequences sorting math.order present
|
||||||
html.components syndication
|
syndication
|
||||||
|
html.components html.forms
|
||||||
http.server
|
http.server
|
||||||
http.server.dispatchers
|
http.server.dispatchers
|
||||||
furnace
|
furnace
|
||||||
|
|
Loading…
Reference in New Issue