summaryrefslogtreecommitdiff
path: root/toxav/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/BUILD.bazel')
-rw-r--r--toxav/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/BUILD.bazel b/toxav/BUILD.bazel
index 036bde3f..d7e6b6e9 100644
--- a/toxav/BUILD.bazel
+++ b/toxav/BUILD.bazel
@@ -139,5 +139,5 @@ sh_test(
139 srcs = ["//hs-tokstyle/tools:check-cimple"], 139 srcs = ["//hs-tokstyle/tools:check-cimple"],
140 args = ["$(location %s)" % f for f in CIMPLE_SRCS], 140 args = ["$(location %s)" % f for f in CIMPLE_SRCS],
141 data = CIMPLE_SRCS, 141 data = CIMPLE_SRCS,
142 tags = ["manual"], 142 tags = ["haskell"],
143) 143)