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: mirage/irmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 805316c6b22dc46e8b102353566800a93d9de5d9
Choose a base ref
..
head repository: mirage/irmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a3acb00060482293bec1a5d5650c8c1e990adb10
Choose a head ref
Showing with 1 addition and 4 deletions.
  1. +1 −4 irmin.opam
5 changes: 1 addition & 4 deletions irmin.opam
Original file line number Diff line number Diff line change
@@ -37,15 +37,12 @@ depends: [
"qcheck-alcotest" {with-test}
"vector" {with-test}
"odoc" {(< "2.0.1" | > "2.0.2") & with-doc} # See https://github.com/ocaml/odoc/issues/793
"bisect_ppx" {dev & = "dev"}
"bisect_ppx" {dev & >= "2.5.0"}
]

pin-depends: [
# Fix race in formatters
[ "alcotest.dev" "git+https://github.com/haesbaert/alcotest#99030be1df12a17fc2a0f3d00b181cd31cf6b0d4" ]

# Fix Codecov missing upload token
[ "bisect_ppx.dev" "git+https://github.com/art-w/bisect_ppx#4807275c206faf2c1256121206713451a68b6057" ]
]

conflicts: [