Skip to content

Commit 3c97367

Browse files
committed
Add the deps for Bazel's sake.
1 parent ced942e commit 3c97367

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

semantic-analysis/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ haskell_library(
2121
compiler_flags = GHC_FLAGS + ["-XOverloadedStrings"],
2222
deps = [
2323
"//:base",
24+
"//:bytestring",
2425
"//:containers",
2526
"//:filepath",
2627
"//:text",
@@ -30,5 +31,6 @@ haskell_library(
3031
"@stackage//:fused-effects",
3132
"@stackage//:hashable",
3233
"@stackage//:pathtype",
34+
"@stackage//:vector",
3335
],
3436
)

0 commit comments

Comments
 (0)