this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gluten-lwt-unix: depots bounds should be conflicts (#27033)

* gluten-lwt-unix: depots bounds should be conflicts

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

* Update opam

* Update opam

* Update opam

---------

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

authored by

Marcello Seri and committed by
GitHub
8a97cdd2 88081d47

+20 -12
+2 -1
packages/gluten-lwt-unix/gluten-lwt-unix.0.4.0/opam
··· 12 12 "faraday-lwt-unix" {>= "0.7.3"} 13 13 ] 14 14 depopts: [ 15 - "lwt_ssl" {>= "1.2.0"} 15 + "lwt_ssl" 16 16 "tls" 17 17 ] 18 18 conflicts: [ 19 19 "tls" {>= "0.16.0"} 20 + "lwt_ssl" {< "1.2.0"} 20 21 ] 21 22 build: [ 22 23 ["dune" "subst"] {dev}
+2 -1
packages/gluten-lwt-unix/gluten-lwt-unix.0.4.1/opam
··· 12 12 "faraday-lwt-unix" {>= "0.7.3"} 13 13 ] 14 14 depopts: [ 15 - "lwt_ssl" {>= "1.2.0"} 15 + "lwt_ssl" 16 16 "tls-lwt" 17 17 ] 18 18 build: [ ··· 41 41 x-commit-hash: "e0651eb76a03737782d367e7e2587734fca0c9b6" 42 42 conflicts: [ 43 43 "tls-lwt" {>= "1.0.0"} 44 + "lwt_ssl" {< "1.2.0"} 44 45 ]
+5 -4
packages/gluten-lwt-unix/gluten-lwt-unix.0.5.0/opam
··· 12 12 "faraday-lwt-unix" {>= "0.7.3"} 13 13 "odoc" {with-doc} 14 14 ] 15 + conflicts: [ 16 + "lwt_ssl" {< "1.2.0"} 17 + "tls-lwt" {>= "1.0.0"} 18 + ] 15 19 depopts: [ 16 - "lwt_ssl" {>= "1.2.0"} 20 + "lwt_ssl" 17 21 "tls-lwt" 18 22 ] 19 23 build: [ ··· 40 44 ] 41 45 } 42 46 x-commit-hash: "166e1e917710e1e43b04d33a368b6701a9f8b1f5" 43 - conflicts: [ 44 - "tls-lwt" {>= "1.0.0"} 45 - ]
+5 -4
packages/gluten-lwt-unix/gluten-lwt-unix.0.5.1/opam
··· 12 12 "faraday-lwt-unix" {>= "0.7.3"} 13 13 "odoc" {with-doc} 14 14 ] 15 + conflicts: [ 16 + "lwt_ssl" {< "1.2.0"} 17 + "tls-lwt" {>= "1.0.0"} 18 + ] 15 19 depopts: [ 16 - "lwt_ssl" {>= "1.2.0"} 20 + "lwt_ssl" 17 21 "tls-lwt" 18 22 ] 19 23 build: [ ··· 40 44 ] 41 45 } 42 46 x-commit-hash: "a2439efe4f187b8c43dee577299470660503a73d" 43 - conflicts: [ 44 - "tls-lwt" {>= "1.0.0"} 45 - ]
+6 -2
packages/gluten-lwt-unix/gluten-lwt-unix.0.5.2/opam
··· 12 12 "faraday-lwt-unix" {>= "0.7.3"} 13 13 "odoc" {with-doc} 14 14 ] 15 + conflicts: [ 16 + "lwt_ssl" {< "1.2.0"} 17 + "tls-lwt" {< "1.0.0"} 18 + ] 15 19 depopts: [ 16 - "lwt_ssl" {>= "1.2.0"} 17 - "tls-lwt" {>= "1.0.0"} 20 + "lwt_ssl" 21 + "tls-lwt" 18 22 ] 19 23 build: [ 20 24 ["dune" "subst"] {dev}