Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6997489

Browse files
committedNov 3, 2023
Add @Cabal//:Cabal to setup_deps in MODULE.bazel
1 parent 2158a87 commit 6997489

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎rules_haskell_tests/MODULE.bazel

+7
Original file line numberDiff line numberDiff line change
@@ -410,13 +410,20 @@ stack_snapshot.package(
410410
setup_deps = ["@Cabal//:Cabal"],
411411
)
412412
for package in [
413+
"bifunctors",
414+
"call-stack",
413415
"c2hs",
414416
"doctest",
417+
"HUnit",
415418
"happy",
416419
"hspec",
417420
"hspec-core",
418421
"hspec-discover",
419422
"hspec-expectations",
423+
"proto-lens-protoc",
424+
"proto-lens-runtime",
425+
"quickcheck-io",
426+
"transformers-compat",
420427
]
421428
]
422429

0 commit comments

Comments
 (0)
Please sign in to comment.