f723b8b878a3 ^
1 2 3 4 5 6 7 8 9 10
load( "@io_tweag_rules_haskell//haskell:haskell.bzl", "haskell_library", ) haskell_library( name = "booleans", srcs = ["Bool.hs"], visibility = ["//main:__pkg__"], )