1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

Add the deps for Bazel's sake.

This commit is contained in:
Rob Rix 2022-02-07 13:51:27 -05:00
parent ced942eab4
commit 3c9736763d
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE

View File

@ -21,6 +21,7 @@ haskell_library(
compiler_flags = GHC_FLAGS + ["-XOverloadedStrings"],
deps = [
"//:base",
"//:bytestring",
"//:containers",
"//:filepath",
"//:text",
@ -30,5 +31,6 @@ haskell_library(
"@stackage//:fused-effects",
"@stackage//:hashable",
"@stackage//:pathtype",
"@stackage//:vector",
],
)