diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-07-16 14:06:02 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-07-16 14:06:02 -0500 |
| commit | fabd61537939b0e1a30d784a4761714a93d1abb6 (patch) | |
| tree | 92ce13062c2b1f05f9d5d57320f3b91aa067dcec | |
| parent | b54feea3fcdae07fb0462327807e0632a5892123 (diff) | |
| download | nimgen-fabd61537939b0e1a30d784a4761714a93d1abb6.tar.gz nimgen-fabd61537939b0e1a30d784a4761714a93d1abb6.zip | |
C2nim is now backwards compatible
| -rw-r--r-- | nimgen.nimble | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/nimgen.nimble b/nimgen.nimble index 10bddf5..fc7409e 100644 --- a/nimgen.nimble +++ b/nimgen.nimble @@ -11,12 +11,7 @@ skipDirs = @["nimgen", "tests", "web"] # Dependencies -requires "nim >= 0.19.0", "regex >= 0.10.0" - -when NimVersion < "0.20.0": - requires "c2nim#8f1705509084ae47319f6fcfb131e515b134e0f1" -else: - requires "c2nim >= 0.9.14" +requires "nim >= 0.19.0", "c2nim >= 0.9.14", "regex >= 0.10.0" task test, "Test nimgen": exec "nim c -r tests/rununittests.nim" |
