From ca5f717ebaf0372b9dc1ea98b97c240f96c4fa09 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 24 Aug 2018 14:34:41 -0400 Subject: [PATCH] Update the module list. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad0a44e..d6d83f4 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,14 @@ s = shell.quote(p) * [collections](lib/collections.bzl) * [dicts](lib/dicts.bzl) +* [partial](lib/partial.bzl) * [paths](lib/paths.bzl) * [selects](lib/selects.bzl) -* [sets](lib/sets.bzl) +* [sets](lib/sets.bzl) - _deprecated_, use `new_sets` +* [new_sets](lib/new_sets.bzl) * [shell](lib/shell.bzl) +* [structs](lib/structs.bzl) +* [types](lib/types.bzl) * [unittest](lib/unittest.bzl) * [versions](lib/versions.bzl)