add missing dependency for the ignore lib stub
commit69d6a456ad50648817dec4feffb1eb0a238152ef
authorVincent Siles <vsiles@fb.com>
Wed, 3 Feb 2021 10:19:09 +0000 (3 02:19 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 3 Feb 2021 10:21:37 +0000 (3 02:21 -0800)
treee6276ab3c852d5090e6f632a2d9b8e40ec3c27ae
parent81ec18340fd2c75708d0fc210a9d4ab937b03e40
add missing dependency for the ignore lib stub

Summary:
`filesToIgnore` depends on the `Str` library but was not requiring it in dune
files so one had to manually make this link everywhere. This diff fixes this
and just using `ignore` will correctly require its dependencies

Reviewed By: madgen

Differential Revision: D26220833

fbshipit-source-id: 7aca5c6e7badab4818db9db265b34e691e36d976
hphp/hack/src/utils/ignore/dune