Skip to content

Commit 4664f8e

Browse files
committed
add module statement to MODULE.bazel
Signed-off-by: Matt Liberty <[email protected]>
1 parent e2363f7 commit 4664f8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MODULE.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
module(
16+
name = "rules_hdl",
17+
)
18+
1519
bazel_dep(name = "pcre2", version = "10.45")

0 commit comments

Comments
 (0)