Skip to content

Commit

Permalink
ghc-check depends on ghc-paths:bin
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Jun 23, 2023
1 parent fada993 commit 9368961
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/ghc-check/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ load(
haskell_test(
name = "ghc-check",
srcs = ["Main.hs"],
data = ["@rules_haskell//tools/ghc-paths:libdir"],
data = [
"@rules_haskell//tools/ghc-paths:bin",
"@rules_haskell//tools/ghc-paths:libdir",
],
tags = ["requires_dynamic"],
deps = [
"@stackage//:base",
Expand Down Expand Up @@ -39,7 +42,10 @@ haskell_cabal_binary(
sh_test(
name = "ghc-check-cabal-test{}".format(".exe" if is_windows else ""),
srcs = [":ghc-check-cabal"],
data = ["@rules_haskell//tools/ghc-paths:libdir"],
data = [
"@rules_haskell//tools/ghc-paths:bin",
"@rules_haskell//tools/ghc-paths:libdir",
],
tags = ["requires_dynamic"],
)

Expand Down

0 comments on commit 9368961

Please sign in to comment.