Skip to content

Commit

Permalink
fix(nimble): version gate task-level dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jul 12, 2024
1 parent 868c6bd commit 7e6ce46
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions constantine.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,23 @@ license = "MIT or Apache License 2.0"

requires "nim >= 1.6.12"

taskRequires "make_zkalc", "jsony"
taskRequires "make_zkalc", "cliche"
when (NimMajor, NimMinor) >= (2, 0): # Task-level dependencies
taskRequires "make_zkalc", "jsony"
taskRequires "make_zkalc", "cliche"

taskRequires "test", "jsony"
taskRequires "test", "yaml"
taskRequires "test", "gmp"
taskRequires "test", "jsony"
taskRequires "test", "yaml"
taskRequires "test", "gmp"

taskRequires "test_parallel", "jsony"
taskRequires "test_parallel", "yaml"
taskRequires "test_parallel", "gmp"
taskRequires "test_parallel", "jsony"
taskRequires "test_parallel", "yaml"
taskRequires "test_parallel", "gmp"

taskRequires "test_no_gmp", "jsony"
taskRequires "test_no_gmp", "yaml"
taskRequires "test_no_gmp", "jsony"
taskRequires "test_no_gmp", "yaml"

taskRequires "test_parallel_no_gmp", "jsony"
taskRequires "test_parallel_no_gmp", "yaml"
taskRequires "test_parallel_no_gmp", "jsony"
taskRequires "test_parallel_no_gmp", "yaml"

# Nimscript imports
# ----------------------------------------------------------------
Expand Down

0 comments on commit 7e6ce46

Please sign in to comment.