Skip to content

Commit b7c06af

Browse files
committed
buildifier
1 parent 43eb4e0 commit b7c06af

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

haskell/private/haskell_impl.bzl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Implementation of core Haskell rules"""
22

33
load("@bazel_skylib//lib:dicts.bzl", "dicts")
4-
load("@rules_cc//cc:find_cc_toolchain.bzl", "use_cc_toolchain")
54
load(
65
":providers.bzl",
76
"C2hsLibraryInfo",
@@ -35,9 +34,7 @@ load(":private/mode.bzl", "is_profiling_enabled")
3534
load(
3635
":private/path_utils.bzl",
3736
"determine_module_names",
38-
"get_dynamic_hs_lib_name",
3937
"get_lib_extension",
40-
"get_static_hs_lib_name",
4138
"infer_main_module",
4239
"match_label",
4340
"parse_pattern",

haskell/toolchain.bzl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,14 @@ load(
2727
load(
2828
":providers.bzl",
2929
"HaddockInfo",
30-
"HaskellCcLibrariesInfo",
3130
"HaskellInfo",
3231
"HaskellLibraryInfo",
33-
"HaskellProtobufInfo",
3432
)
3533
load(
3634
":private/path_utils.bzl",
37-
"determine_module_names",
3835
"get_dynamic_hs_lib_name",
3936
"get_lib_extension",
4037
"get_static_hs_lib_name",
41-
"infer_main_module",
42-
"ln",
43-
"match_label",
44-
"parse_pattern",
4538
)
4639
load(
4740
":private/haskell_impl.bzl",

0 commit comments

Comments
 (0)