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:
parent
ced942eab4
commit
3c9736763d
@ -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",
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user