From 70f2563db11bdcc364f37abfbb707b098d5efea7 Mon Sep 17 00:00:00 2001 From: hlaaftana Date: Sat, 15 Jan 2022 21:12:55 +0300 Subject: [PATCH] slightly lax nim version --- grab.nimble | 2 +- src/grab.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grab.nimble b/grab.nimble index 7674362..9d6b225 100644 --- a/grab.nimble +++ b/grab.nimble @@ -9,7 +9,7 @@ srcDir = "src" # Dependencies -requires "nim >= 1.6.0" +requires "nim >= 1.4.0" when (compiles do: import nimbleutils): import nimbleutils diff --git a/src/grab.nim b/src/grab.nim index 37af5fb..89ac2c2 100644 --- a/src/grab.nim +++ b/src/grab.nim @@ -97,7 +97,7 @@ proc getPath(package: Package): string = proc grabImpl(package: Package, imports: NimNode): NimNode = when defined(grabGiveHint): - hint("grabbing: " & package, imports) + hint("grabbing: " & $package, imports) let doPath = package.pathQuery.len != 0 let doInstall = package.forceInstall or