From 2f15746fe66b4a73efd036a42fcb48c3f2a48f3c Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 22 Feb 2020 19:59:46 -0700 Subject: [PATCH] simple-http is a dependency --- info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.rkt b/info.rkt index 436e521..a4bbea3 100644 --- a/info.rkt +++ b/info.rkt @@ -1,6 +1,6 @@ #lang info (define collection "tallyard") -(define deps '("base" "crypto")) +(define deps '("base" "crypto" "simple-http")) (define build-deps '("scribble-lib" "racket-doc" "rackunit-lib")) (define scribblings '(("scribblings/tallyard.scrbl" ()))) (define pkg-desc "Description Here") -- 2.38.4