Unverified Commit 785198fe authored by Yifei Sun's avatar Yifei Sun Committed by GitHub
Browse files

ocamlPackages.ocaml_lwt: remove (#467930)

parents 82849364 bdbad804
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  buildDunePackage,
  alcotest,
  graphql,
  ocaml_lwt,
  lwt,
}:

buildDunePackage {
@@ -10,11 +10,9 @@ buildDunePackage {

  inherit (graphql) version src;

  duneVersion = "3";

  propagatedBuildInputs = [
    graphql
    ocaml_lwt
    lwt
  ];

  checkInputs = [ alcotest ];
+1 −2
Original line number Diff line number Diff line
@@ -1394,8 +1394,6 @@ let

        ocaml-lua = callPackage ../development/ocaml-modules/ocaml-lua { };

        ocaml_lwt = lwt;

        ocaml-migrate-parsetree = ocaml-migrate-parsetree-1-8;

        ocaml-migrate-parsetree-1-8 =
@@ -2251,6 +2249,7 @@ let
        chacha = throw "chacha has been removed because it has been marked as broken since at least November 2024. It is now vendored inside mirage-crypto, consider using that instead."; # Added 2025-10-11
        gd4o = throw "ocamlPackages.gd4o is not maintained, use ocamlPackages.gd instead";
        ocaml-vdom = throw "2023-10-09: ocamlPackages.ocaml-vdom was renamed to ocamlPackages.vdom";
        ocaml_lwt = throw "ocamlPackages.ocaml_lwt has been renamed to ocamlPackages.lwt"; # Added 2025-12-05
      }
    )).overrideScope
      liftJaneStreet;