about summary refs log blame commit diff
path: root/third_party/bazel/rules_haskell/tools/coverage-reports/BUILD
blob: 6fd59e0ca0d588f58713c17432e1e2caa5a93599 (plain) (tree)



















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

haskell_binary(
    name = "coverage-report-renderer",
    srcs = ["Main.hs"],
    visibility = ["//visibility:public"],
    deps = [
        "@hackage//:MissingH",
        "@hackage//:base",
        "@hackage//:cmdargs",
        "@hackage//:directory",
        "@hackage//:filepath",
        "@hackage//:hxt",
        "@hackage//:hxt-xpath",
        "@hackage//:listsafe",
    ],
)