tvl-depot/third_party/bazel/rules_haskell/tutorial/lib/BUILD.bazel

10 lines
187 B
Text

load(
"@io_tweag_rules_haskell//haskell:haskell.bzl",
"haskell_library",
)
haskell_library(
name = "booleans",
srcs = ["Bool.hs"],
visibility = ["//main:__pkg__"],
)