summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-06-06 19:38:08 -0400
committerrsiddharth <s@ricketyspace.net>2019-06-06 19:38:08 -0400
commit2916f40d7d142209e3461862563d6e8c3ebf61b6 (patch)
tree6e0136c3ee2571afeaca19dfb384918ce8b73105
parent32860e6fc25625dca704c34c0dbf558ed5cd2504 (diff)
hn/Makefile: Update pkgs.
hn/Makefile (pkgs): Add html-parsing.
-rw-r--r--hn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hn/Makefile b/hn/Makefile
index d425207..f054558 100644
--- a/hn/Makefile
+++ b/hn/Makefile
@@ -1,3 +1,3 @@
pkgs:
- raco pkg install sxml
+ raco pkg install --skip-installed html-parsing sxml
.PHONY: pkgs