diff options
author | V1K1NGbg <victor@ilchev.com> | 2024-08-06 19:18:41 +0300 |
---|---|---|
committer | V1K1NGbg <victor@ilchev.com> | 2024-08-06 19:18:41 +0300 |
commit | 57b4ab7209bf046544860b8106c4897df31c9dc4 (patch) | |
tree | 21280fc07ea820765501da8b1fcbed8a227d4f24 | |
parent | 310004d18ce4fe6305511e1a0d5036da99e1a5e4 (diff) | |
download | luarocks-57b4ab7209bf046544860b8106c4897df31c9dc4.tar.gz luarocks-57b4ab7209bf046544860b8106c4897df31c9dc4.tar.bz2 luarocks-57b4ab7209bf046544860b8106c4897df31c9dc4.zip |
deps
-rw-r--r-- | src/luarocks/deps.tl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/luarocks/deps.tl b/src/luarocks/deps.tl index d9d66892..f65594fb 100644 --- a/src/luarocks/deps.tl +++ b/src/luarocks/deps.tl | |||
@@ -26,11 +26,10 @@ local type Tree = t.Tree | |||
26 | local type q = require("luarocks.core.types.query") | 26 | local type q = require("luarocks.core.types.query") |
27 | local type Query = q.Query | 27 | local type Query = q.Query |
28 | 28 | ||
29 | local type ver = require("luarocks.core.types.version") | 29 | local type Version = require("luarocks.core.types.version").Version |
30 | local type Version = ver.Version | ||
31 | 30 | ||
32 | local type per = require("luarocks.core.types.persist") | 31 | local type p = require("luarocks.core.types.persist") |
33 | local type PersistableTable = per.PersistableTable | 32 | local type PersistableTable = p.PersistableTable |
34 | 33 | ||
35 | local type res = require("luarocks.core.types.result") | 34 | local type res = require("luarocks.core.types.result") |
36 | local type Result = res.Result | 35 | local type Result = res.Result |