Skip to content

Commit

Permalink
Pin compiler dependency to a version that supports Nim 0.17.2 and HEAD.
Browse files Browse the repository at this point in the history
Fixes #121. Fixes #115.
  • Loading branch information
dom96 committed Jan 27, 2018
1 parent a80ac43 commit bdc3945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c2nim.nimble
Expand Up @@ -6,8 +6,8 @@ skipDirs = @["doc"]

bin = @["c2nim"]

requires "nim >= 0.16.0", "compiler >= 0.16.0"
requires "nim >= 0.16.0", "compiler#604a15c0aaf6d3df2"

task tests, "runs c2nim tests":
exec "nim c c2nim.nim"
exec "nim c --run testsuite/tester.nim"
exec "nim c --run testsuite/tester.nim"

0 comments on commit bdc3945

Please sign in to comment.