aboutsummaryrefslogtreecommitdiff
path: root/lib.bzl
diff options
context:
space:
mode:
authorJingwen <jin@users.noreply.github.com>2018-01-12 12:18:55 -0500
committerTony Allevato <tony.allevato@gmail.com>2018-01-12 09:18:55 -0800
commit34d62c4490826f7642843e0617d7fa614994ef79 (patch)
tree9e29a732d7cfbdee1574d1e7e1f98d750642fc99 /lib.bzl
parentf3dd8fd95a7d078cb10fd7fb475b22c3cdbcb307 (diff)
downloadbazel-skylib-34d62c4490826f7642843e0617d7fa614994ef79.tar.gz
Added a lib for version checking and comparison (#13)
Diffstat (limited to 'lib.bzl')
-rw-r--r--lib.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.bzl b/lib.bzl
index eb3f39a..8e8e6cb 100644
--- a/lib.bzl
+++ b/lib.bzl
@@ -21,6 +21,7 @@ load("//lib:selects.bzl", "selects")
load("//lib:sets.bzl", "sets")
load("//lib:shell.bzl", "shell")
load("//lib:structs.bzl", "structs")
+load("//lib:versions.bzl", "versions")
# The unittest module is treated differently to give more convenient names to
# the assert functions, while keeping them in the same .bzl file.