]> gitweb.factorcode.org Git - factor.git/commitdiff
hacker-news: Fix using
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 24 Sep 2012 20:54:50 +0000 (13:54 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 24 Sep 2012 20:54:50 +0000 (13:54 -0700)
extra/hacker-news/hacker-news.factor

index 1358a12ca8a105009cdc61561fdd2add5cabdf1e..db0aa5b5fc2d8992b9633a01d8729f919c95cac7 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors assocs classes.tuple colors.constants
 colors.hex combinators formatting fry http.client io io.styles
 json.reader kernel make math sequences splitting urls json
-math.parser ;
+math.parser hashtables ;
 IN: hacker-news
 
 TUPLE: post title postedBy points id url commentCount postedAgo ;