mirror of
https://github.com/github/semantic.git
synced 2024-11-22 23:29:37 +03:00
semantic-parse now builds.
This commit is contained in:
parent
5b7e4393a8
commit
7083c98e5d
@ -13,20 +13,20 @@ load(
|
||||
|
||||
# Doesn't build right now.
|
||||
|
||||
# haskell_binary(
|
||||
# name = "exe",
|
||||
# srcs = ["app/Main.hs"],
|
||||
# compiler_flags = STANDARD_GHC_WARNINGS,
|
||||
# deps = [
|
||||
# ":base",
|
||||
# "//semantic-ast",
|
||||
# "//semantic-python",
|
||||
# "//semantic-source",
|
||||
# "@stackage//:aeson",
|
||||
# "@stackage//:aeson-pretty",
|
||||
# "//:bytestring",
|
||||
# "@stackage//:optparse-applicative",
|
||||
# "@stackage//:pretty-simple",
|
||||
# "//:text",
|
||||
# ],
|
||||
# )
|
||||
haskell_binary(
|
||||
name = "exe",
|
||||
srcs = ["app/Main.hs"],
|
||||
compiler_flags = STANDARD_GHC_WARNINGS,
|
||||
deps = [
|
||||
"//:base",
|
||||
"//:bytestring",
|
||||
"//:text",
|
||||
"//semantic-ast",
|
||||
"//semantic-python",
|
||||
"//semantic-source",
|
||||
"@stackage//:aeson",
|
||||
"@stackage//:aeson-pretty",
|
||||
"@stackage//:optparse-applicative",
|
||||
"@stackage//:pretty-simple",
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user