Skip to content

Commit

Permalink
Import "private" directory for cabal_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecornec committed Jan 17, 2023
1 parent ce62649 commit 3be8027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haskell/cabal_wrapper.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def cabal_wrapper(name, **kwargs):
],
srcs_version = "PY3",
python_version = "PY3",
imports = ["private"],
deps = [
"@bazel_tools//tools/python/runfiles",
],
Expand Down

0 comments on commit 3be8027

Please sign in to comment.