Skip to content

Commit

Permalink
Switch --incompatible_no_transitive_loads
Browse files Browse the repository at this point in the history
  • Loading branch information
guibou committed Jun 26, 2019
1 parent d50d5a9 commit e9ac41c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ test:windows --experimental_enable_runfiles

# WIP: bazel 0.27 fixs
build\
--incompatible_no_transitive_loads=false\
--incompatible_disable_deprecated_attr_params=false\
--incompatible_new_actions_api=false\
--incompatible_no_support_tools_in_action_inputs=false\
Expand All @@ -29,7 +28,6 @@ build\
--incompatible_depset_union=false\
--incompatible_use_python_toolchains=false
test\
--incompatible_no_transitive_loads=false\
--incompatible_disable_deprecated_attr_params=false\
--incompatible_new_actions_api=false\
--incompatible_no_support_tools_in_action_inputs=false\
Expand Down
5 changes: 4 additions & 1 deletion hazel/hazel.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ load(
)
load("@os_info//:os_info.bzl", "is_windows")
load("//tools:ghc.bzl", "default_ghc_workspaces", "get_ghc_workspace")
load("//tools:mangling.bzl", "hazel_binary", "hazel_library", "hazel_workspace")
load("//tools:mangling.bzl", "hazel_binary", "hazel_workspace", _hazel_library = "hazel_library")

# reexport hazel symbols
hazel_library = _hazel_library

def _cabal_haskell_repository_impl(ctx):
ghc_workspace = get_ghc_workspace(ctx.attr.ghc_workspaces, ctx)
Expand Down

0 comments on commit e9ac41c

Please sign in to comment.