Skip to content

Commit

Permalink
Add mtime constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
metanivek committed Dec 14, 2022
1 parent f3ca299 commit a4ad6be
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion irmin-bench.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ depends: [
"progress" {>="0.2.1"}
"fpath" {with-test}
"bentov"
"mtime"
"mtime" {< "2.0.0"}
"ppx_deriving"
"alcotest" {with-test}
"rusage"
Expand Down
2 changes: 1 addition & 1 deletion irmin-containers.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"irmin-fs" {= version}
"ppx_irmin" {= version}
"lwt" {>= "5.3.0"}
"mtime"
"mtime" {< "2.0.0"}
"alcotest" {with-test}
"alcotest-lwt" {with-test}
]
Expand Down
2 changes: 1 addition & 1 deletion irmin-git.opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ depends: [
"uri"
"mimic"
"irmin-test" {with-test & = version}
"mtime" {with-test & >= "1.0.0"}
"mtime" {with-test & >= "1.0.0" & < "2.0.0"}
"alcotest" {with-test}
"irmin-watcher" {>= "0.2.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion irmin-pack.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"fmt"
"logs"
"lwt" {>= "5.4.0"}
"mtime"
"mtime" {< "2.0.0"}
"cmdliner"
"optint" {>= "0.1.0"}
"checkseum"
Expand Down
2 changes: 1 addition & 1 deletion irmin-test.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"ocaml" {>= "4.02.3"}
"dune" {>= "2.9.0"}
"alcotest-lwt" {>= "1.5.0"}
"mtime" {>= "1.0.0"}
"mtime" {>= "1.0.0" & < "2.0.0"}
"astring"
"fmt"
"jsonm"
Expand Down
2 changes: 1 addition & 1 deletion irmin.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ depends: [
"logs" {>= "0.5.0"}
"bheap" {>= "2.0.0"}
"astring"
"mtime" {>= "1.0.0"}
"mtime" {>= "1.0.0" & < "2.0.0"}
"bigstringaf" { >= "0.2.0" }
"ppx_irmin" {= version}
"hex" {with-test}
Expand Down

0 comments on commit a4ad6be

Please sign in to comment.