load(":fortune.bzl", "haiku_fortune")

haiku_fortune(
    name = "bazel_haikus",
    srcs = [
        "correct.txt",
        "extensible.txt",
        "fast.txt",
        "incremental.txt",
        "polyglot.txt",
        "reproducible.txt",
    ],
)
