about summary refs log blame commit diff
path: root/third_party/bazel/rules_haskell/tests/package-id-clash-binary/b/BUILD.bazel
blob: 4bf734af5dd188f98b3040ab93ba34d9ca276226 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                   
load(
    "@io_tweag_rules_haskell//haskell:haskell.bzl",
    "haskell_library",
    "haskell_toolchain_library",
)

haskell_library(
    name = "foo",
    srcs = ["Baz.hs"],
    visibility = ["//visibility:public"],
    deps = ["//tests/hackage:base"],
)