this repo has no description
0
fork

Configure Feed

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

Merge pull request #27123 from raphael-proust/fix-lwt-ppx-uses-reraise

recent lwt_ppx generates code that uses reraise, introduced in recent lwt

authored by

Marcello Seri and committed by
GitHub
6c451c23 f708af85

+1 -1
+1 -1
packages/lwt_ppx/lwt_ppx.5.8.0/opam
··· 14 14 "dune" {>= "1.12"} 15 15 "ocaml" {>= "4.08"} 16 16 "ppxlib" {>= "0.16.0"} 17 - "lwt" 17 + "lwt" {>= "5.7.0"} 18 18 ] 19 19 build: [ 20 20 ["dune" "subst"] {dev}