Skip to content

Commit

Permalink
0.0.9: working local nimterop
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Nov 26, 2019
1 parent 4f45794 commit f286765
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
11 changes: 4 additions & 7 deletions nim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
5 changes: 3 additions & 2 deletions nimph.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.0.8"
version = "0.0.9"
author = "disruptek"
description = "nim package handler from the future"
license = "MIT"
Expand All @@ -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"
Expand Down

0 comments on commit f286765

Please sign in to comment.