diff options
author | narimiran <narimiran@disroot.org> | 2019-10-23 07:09:08 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-10-23 07:09:08 +0200 |
commit | c90b4ecddc0b4d2be1e0a1b4010bfa6301ea0c5a (patch) | |
tree | 2203866d6341e40abf155a0459f7c79197801d73 | |
parent | 6bfa4eb6c51106d9720a61267d47a5e60e3c3d2f (diff) | |
download | Nim-c90b4ecddc0b4d2be1e0a1b4010bfa6301ea0c5a.tar.gz |
Revert "[ci skip] disable two packages until #11764 is merged"
This reverts commit 48975bb3e7c1d5f8e1f81981cd5e3c028ccf37a5.
-rw-r--r-- | testament/important_packages.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 2ecdbd763..6fd135fd1 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -37,8 +37,8 @@ pkg "gnuplot" pkg "hts", "nim c -o:htss -r src/hts.nim" pkg "illwill", "nimble examples" pkg "inim" -# pkg "itertools", "nim doc src/itertools.nim" -# pkg "iterutils" +pkg "itertools", "nim doc src/itertools.nim" +pkg "iterutils" pkg "jstin" pkg "karax", "nim c -r tests/tester.nim" pkg "loopfusion" |