Skip to content

Commit c69f316

Browse files
authored
Merge pull request ocaml#27629 from dbuenzli/more-constraints
More constraints for failing packages for ocaml#27602
2 parents 580fdfb + 02c1d3c commit c69f316

File tree

5 files changed

+5
-3
lines changed
  • packages

5 files changed

+5
-3
lines changed

packages/acgtk/acgtk.1.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"dune" {>= "1.1"}
1717
"menhir"
1818
"ANSITerminal"
19-
"fmt"
19+
"fmt" {< "0.10.0"}
2020
"logs"
2121
"mtime" {>= "1.0.0" & < "2.0.0"}
2222
"cairo2"

packages/acgtk/acgtk.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"menhir" { >= "20211230"}
1515
"ocamlgraph"
1616
"ANSITerminal" { >= "0.8" }
17-
"fmt"
17+
"fmt" {< "0.10.0"}
1818
"logs"
1919
"mtime" { >= "2.0.0"}
2020
"cmdliner" { >= "1.1.0"}

packages/current/current.0.2/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ depends: [
3131
"cmdliner"
3232
"sqlite3"
3333
"duration"
34+
"logs" {< "0.8.0"}
3435
"prometheus"
3536
"dune" {>= "1.9"}
3637
"re" {>= "1.9.0"}

packages/current/current.0.3/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ depends: [
3232
"sqlite3"
3333
"duration"
3434
"prometheus"
35+
"logs" {< "0.8.0"}
3536
"dune" {>= "2.0"}
3637
"re" {>= "1.9.0"}
3738
"lwt-dllist"

packages/ocluster/ocluster.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ depends: [
2525
"capnp-rpc-net" {< "2.0"}
2626
"capnp-rpc-unix" {>= "0.9.0" & < "2.0"}
2727
"logs"
28-
"fmt"
28+
"fmt" {< "0.10.0"}
2929
"conf-libev" {os != "win32"}
3030
"digestif" {>= "0.8"}
3131
"fpath"

0 commit comments

Comments
 (0)