snix/third_party/bazel/rules_haskell/tests/package-id-clash-binary/a/BUILD.bazel

12 lines
256 B
Text

load(
"@io_tweag_rules_haskell//haskell:haskell.bzl",
"haskell_library",
"haskell_toolchain_library",
)
haskell_library(
name = "foo",
srcs = ["Foo.hs"],
visibility = ["//visibility:public"],
deps = ["//tests/hackage:base"],
)