From f286765889a512167b98fbbb16365550b75ddcc3 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Tue, 26 Nov 2019 18:01:09 -0500 Subject: [PATCH] 0.0.9: working local nimterop --- nim.cfg | 11 ++++------- nimph.nimble | 5 +++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/nim.cfg b/nim.cfg index 801892a..9083da1 100644 --- a/nim.cfg +++ b/nim.cfg @@ -32,13 +32,10 @@ hint[Processing]=off # having to `nimble install compiler` and maintain a separate # copy of the compiler library... --nimblePath="$home/.nimble/pkgs/compiler-#head" ---path="$home/.nimble/pkgs/nimterop-0.3.3" ---path="$home/.nimble/pkgs/nimterop-#head" ---path="$home/.nimble/pkgs/nimgit2-0.1.0" ---path="$home/.nimble/pkgs/regex-#v0.13.0/src" ---path="$home/.nimble/pkgs/unicodeplus-#v0.5.1/src" ---path="$home/.nimble/pkgs/unicodedb-#head/src" # nimph itself will, over time, move stuff to the bottom ---path="$config/deps/pkgs/npeg-0.21.1/src" +--path="$config/deps/pkgs/npeg-0.21.2/src" --path="$config/deps/pkgs/parsetoml-#v0.5.0/src" +--path="$config/deps/pkgs/regex-#v0.13.0/src" +--path="$config/deps/pkgs/unicodedb-#head/src" +--path="$config/deps/pkgs/unicodeplus-#v0.5.1/src" diff --git a/nimph.nimble b/nimph.nimble index 64dd258..d52f323 100644 --- a/nimph.nimble +++ b/nimph.nimble @@ -1,4 +1,4 @@ -version = "0.0.8" +version = "0.0.9" author = "disruptek" description = "nim package handler from the future" license = "MIT" @@ -7,8 +7,9 @@ requires "compiler >= 1.0.4" requires "https://github.com/disruptek/github.git#1.0.1" requires "cligen >= 0.9.41" requires "bump >= 1.8.12" +requires "nimterop 0.3.3" requires "nimgit2 >= 0.1.0" -requires "npeg >= 0.21.1" +requires "npeg 0.21.2" requires "parsetoml" requires "https://github.com/disruptek/cutelog.git >= 1.0.0" requires "https://github.com/stefantalpalaru/nim-unittest2.git >= 0.0.1"