Skip to content

Commit f50d958

Browse files
authored
Merge pull request ocaml#23322 from dinosaure/mirage-crypto-rev-deps
paf-cohttp.0.{0,2,3,4}.0 and paf-cohttp.0.0.{6,7,8,8-1,9} are incompatible with mirage-crypto-rng.0.11.0
2 parents eed0392 + 461b74a commit f50d958

File tree

9 files changed

+11
-11
lines changed
  • packages
    • git-unix/git-unix.2.1.3
    • paf-cohttp
      • paf-cohttp.0.0.6
      • paf-cohttp.0.0.7
      • paf-cohttp.0.0.8-1
      • paf-cohttp.0.0.8
      • paf-cohttp.0.0.9
      • paf-cohttp.0.2.0
      • paf-cohttp.0.3.0
      • paf-cohttp.0.4.0

9 files changed

+11
-11
lines changed

packages/git-unix/git-unix.2.1.3/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ doc: "https://mirage.github.io/ocaml-git/"
1010
synopsis: "Virtual package to install and configure ocaml-git's Unix backend"
1111

1212
build: [
13-
["dune" "subst"]
13+
["dune" "subst"] {dev}
1414
["dune" "build" "-p" name "-j" jobs]
1515
["dune" "runtest" "-p" name "-j1" "--no-buffer"] {with-test}
1616
]
1717

1818
depends: [
1919
"ocaml" {>= "4.07.0"}
20-
"dune"
20+
"dune" {>= "1.1"}
2121
"mmap" {>= "1.1.0"}
2222
"cmdliner" {< "1.1.0"}
2323
"git-http" {= version}
@@ -26,7 +26,7 @@ depends: [
2626
"mtime" {>= "1.0.0" & < "2.0.0"}
2727
"base-unix"
2828
"alcotest" {with-test & >= "0.8.1"}
29-
"mirage-crypto-rng" {with-test}
29+
"mirage-crypto-rng" {with-test & < "0.11.0"}
3030
"tls" {with-test}
3131
"io-page" {with-test & >= "1.6.1"}
3232
]

packages/paf-cohttp/paf-cohttp.0.0.6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"alcotest-lwt" {with-test}
1919
"fmt" {with-test}
2020
"logs" {with-test}
21-
"mirage-crypto-rng" {with-test}
21+
"mirage-crypto-rng" {with-test & < "0.11.0"}
2222
"mirage-time-unix" {with-test}
2323
"tcpip" {with-test & >= "6.0.0"}
2424
"uri" {with-test}

packages/paf-cohttp/paf-cohttp.0.0.7/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"alcotest-lwt" {with-test}
1919
"fmt" {with-test}
2020
"logs" {with-test}
21-
"mirage-crypto-rng" {with-test}
21+
"mirage-crypto-rng" {with-test & < "0.11.0"}
2222
"mirage-time-unix" {with-test}
2323
"tcpip" {with-test & >= "6.0.0"}
2424
"uri" {with-test}

packages/paf-cohttp/paf-cohttp.0.0.8-1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"alcotest-lwt" {with-test}
1919
"fmt" {with-test}
2020
"logs" {with-test}
21-
"mirage-crypto-rng" {with-test}
21+
"mirage-crypto-rng" {with-test & < "0.11.0"}
2222
"mirage-time-unix" {with-test}
2323
"tcpip" {with-test & >= "6.0.0"}
2424
"uri" {with-test}

packages/paf-cohttp/paf-cohttp.0.0.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"alcotest-lwt" {with-test}
1919
"fmt" {with-test}
2020
"logs" {with-test}
21-
"mirage-crypto-rng" {with-test}
21+
"mirage-crypto-rng" {with-test & < "0.11.0"}
2222
"mirage-time-unix" {with-test}
2323
"tcpip" {with-test & >= "6.0.0"}
2424
"uri" {with-test}

packages/paf-cohttp/paf-cohttp.0.0.9/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"alcotest-lwt" {with-test}
1919
"fmt" {with-test}
2020
"logs" {with-test}
21-
"mirage-crypto-rng" {with-test}
21+
"mirage-crypto-rng" {with-test & < "0.11.0"}
2222
"mirage-time-unix" {with-test}
2323
"tcpip" {with-test & >= "6.0.0"}
2424
"uri" {with-test}

packages/paf-cohttp/paf-cohttp.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"alcotest-lwt" {with-test}
1919
"fmt" {with-test}
2020
"logs" {with-test}
21-
"mirage-crypto-rng" {with-test}
21+
"mirage-crypto-rng" {with-test & < "0.11.0"}
2222
"mirage-time-unix" {with-test}
2323
"tcpip" {with-test & >= "6.0.0"}
2424
"uri" {with-test}

packages/paf-cohttp/paf-cohttp.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"alcotest-lwt" {with-test}
1919
"fmt" {with-test}
2020
"logs" {with-test}
21-
"mirage-crypto-rng" {with-test}
21+
"mirage-crypto-rng" {with-test & < "0.11.0"}
2222
"mirage-time-unix" {with-test}
2323
"tcpip" {with-test & >= "6.0.0"}
2424
"uri" {with-test}

packages/paf-cohttp/paf-cohttp.0.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"alcotest-lwt" {with-test}
1919
"fmt" {with-test}
2020
"logs" {with-test}
21-
"mirage-crypto-rng" {with-test}
21+
"mirage-crypto-rng" {with-test & < "0.11.0"}
2222
"mirage-time-unix" {with-test}
2323
"tcpip" {with-test & >= "6.0.0"}
2424
"uri" {with-test}

0 commit comments

Comments
 (0)