diff options
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 352ce2cd7..972bb3faa 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -11,7 +11,7 @@ var packages2*: seq[tuple[name, cmd: string; hasDeps: bool; url: string, useHead # packages A-M pkg1 "alea", true pkg1 "argparse" -# pkg1 "arraymancer", true, "nim c tests/tests_cpu.nim" +pkg1 "arraymancer", true, "nim c tests/tests_cpu.nim" pkg1 "ast_pattern_matching", false, "nim c -r --oldgensym:on tests/test1.nim" pkg1 "asyncmysql", true pkg1 "awk", true |