Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tweag/gazelle_cabal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 379e4a28555d9682ebc48578329605e2905c75f8
Choose a base ref
..
head repository: tweag/gazelle_cabal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f265b0518f12492b43a5f90418a4d5acb6689652
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 example/MODULE.bazel
2 changes: 1 addition & 1 deletion example/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ archive_override(
bazel_dep(name = "rules_nixpkgs_core")
bazel_dep(name = "rules_nixpkgs_cc")
bazel_dep(name = "rules_nixpkgs_posix")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "platforms", version = "0.0.11")
bazel_dep(name = "rules_cc", version = "0.1.0")

# TODO Remove once rules_nixpkgs is in the BCR.