Skip to content

Commit 6cc9e57

Browse files
committed
Add @Cabal//:Cabal to setup_deps in MODULE.bazel
1 parent 2158a87 commit 6cc9e57

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

rules_haskell_tests/MODULE.bazel

+6-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ stack_snapshot.package(
387387
"process",
388388
"profunctors",
389389
"proto-lens",
390-
"proto-lens-runtime",
391390
"safe-exceptions",
392391
"streaming",
393392
"temporary",
@@ -410,13 +409,19 @@ stack_snapshot.package(
410409
setup_deps = ["@Cabal//:Cabal"],
411410
)
412411
for package in [
412+
"bifunctors",
413+
"call-stack",
413414
"c2hs",
414415
"doctest",
416+
"HUnit",
415417
"happy",
416418
"hspec",
417419
"hspec-core",
418420
"hspec-discover",
419421
"hspec-expectations",
422+
"proto-lens-runtime",
423+
"quickcheck-io",
424+
"transformers-compat",
420425
]
421426
]
422427

0 commit comments

Comments
 (0)