Skip to content

Commit

Permalink
tasty-discover components
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Sep 25, 2023
1 parent 87c289f commit 109f41e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ stack_snapshots.package(name = "base")
stack_snapshots.package(name = "inspection-testing")
stack_snapshots.package(name = "mtl")
stack_snapshots.package(name = "tasty")
stack_snapshots.package(name = "tasty-discover")
stack_snapshots.package(
name = "tasty-discover",
components = [
"lib",
"exe:tasty-discover",
],
)
stack_snapshots.package(name = "tasty-hunit")
stack_snapshots.package(name = "text")
stack_snapshots.package(name = "void")
Expand Down

0 comments on commit 109f41e

Please sign in to comment.