mirror of
https://github.com/github/semantic.git
synced 2024-11-26 09:07:39 +03:00
Remove template comments.
This commit is contained in:
parent
4cce87b51b
commit
3e7f746d9d
@ -1,4 +1,7 @@
|
||||
# Set all target’s visibility in this package to "public".
|
||||
# This build file specifies the packages from GHC bindists that
|
||||
# we want to use, as well as the top-level hie-bios REPL target
|
||||
# that the tooling uses. You probably don't need to edit it.
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
# Load rules_haskell rules.
|
||||
|
@ -17,7 +17,6 @@ load(
|
||||
"STANDARD_GHC_WARNINGS",
|
||||
)
|
||||
|
||||
# You can add your own libraries with haskell_library.
|
||||
haskell_library(
|
||||
name = "semantic-analysis",
|
||||
srcs = glob(["src/**/*.hs"]),
|
||||
|
@ -17,7 +17,6 @@ load(
|
||||
"STANDARD_GHC_WARNINGS",
|
||||
)
|
||||
|
||||
# You can add your own libraries with haskell_library.
|
||||
haskell_library(
|
||||
name = "semantic-ast",
|
||||
srcs = glob(["src/**/*.hs"]),
|
||||
|
@ -18,7 +18,6 @@ load(
|
||||
"STANDARD_GHC_WARNINGS",
|
||||
)
|
||||
|
||||
# You can add your own libraries with haskell_library.
|
||||
haskell_library(
|
||||
name = "semantic-core",
|
||||
srcs = glob(["src/**/*.hs"]),
|
||||
|
@ -13,7 +13,6 @@ load(
|
||||
"haskell_cabal_library",
|
||||
)
|
||||
|
||||
# You can add your own libraries with haskell_library.
|
||||
haskell_library(
|
||||
name = "semantic-proto",
|
||||
srcs = glob(["src/**/*.hs"]),
|
||||
|
@ -17,7 +17,6 @@ load(
|
||||
"STANDARD_GHC_WARNINGS",
|
||||
)
|
||||
|
||||
# You can add your own libraries with haskell_library.
|
||||
haskell_library(
|
||||
name = "semantic-scope-graph",
|
||||
srcs = glob(["src/**/*.hs"]),
|
||||
|
@ -17,7 +17,6 @@ load(
|
||||
"STANDARD_GHC_WARNINGS",
|
||||
)
|
||||
|
||||
# You can add your own libraries with haskell_library.
|
||||
haskell_library(
|
||||
name = "semantic-tags",
|
||||
srcs = glob(["src/**/*.hs"]),
|
||||
|
@ -48,7 +48,6 @@ semantic_common_dependencies = [
|
||||
"@stackage//:unix",
|
||||
]
|
||||
|
||||
# You can add your own libraries with haskell_library.
|
||||
haskell_library(
|
||||
name = "semantic",
|
||||
srcs = glob(["src/**/*.hs"]),
|
||||
|
Loading…
Reference in New Issue
Block a user