From 2841cc6e97da3822eb778b0cbd138ebd1fc5cec0 Mon Sep 17 00:00:00 2001 From: Bad Dog Date: Sun, 22 Nov 2020 02:11:05 -0500 Subject: [PATCH] add gram to important packages (#16037) --- testament/important_packages.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 22d58ba3ed..ffc6265894 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -44,6 +44,7 @@ pkg1 "glob" pkg1 "ggplotnim", "nim c -d:noCairo -r tests/tests.nim" # pkg1 "gittyup", "nimble test", "https://github.com/disruptek/gittyup" pkg1 "gnuplot", "nim c gnuplot.nim" +pkg1 "gram", "nim c -r --gc:arc --define:danger tests/test.nim", "https://github.com/disruptek/gram" pkg1 "hts", "nim c -o:htss src/hts.nim" # pkg1 "httpauth" pkg1 "illwill", "nimble examples"