diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-10-18 15:59:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 15:59:22 +0200 |
commit | 889b745b2b57927e2953d6e8bacaa68fde13513e (patch) | |
tree | 79cf9bb0ff2f7a53372750f8602a1dbfb303fdb3 /testament | |
parent | f5b4d9a2e52285f48eb75100495f150d347cb161 (diff) | |
download | Nim-889b745b2b57927e2953d6e8bacaa68fde13513e.tar.gz |
Revert "Fixes #12187 (#12321)" (#12447)
This reverts commit 00c31e87660d9db813871f5aa23661bf6b9bbdcb.
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index a6e712009..2ecdbd763 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -20,8 +20,9 @@ pkg "chroma" pkg "chronicles", "nim c -o:chr -r chronicles.nim", true pkg "chronos" pkg "cligen", "nim c -o:cligenn -r cligen.nim" +pkg "coco", "", true pkg "combparser" -pkg "compactdict", "", false, "https://github.com/Clyybber/compactdict" +pkg "compactdict" pkg "comprehension", "", false, "https://github.com/alehander42/comprehension" pkg "criterion" pkg "dashing", "nim c tests/functional.nim" |