ocamlPackages.lwt_ppx: 2.0.1 → 2.0.2
This commit is contained in:
parent
e65e269b5e
commit
90d4109c23
@ -1,6 +1,7 @@
|
|||||||
{ stdenv, fetchzip, which, ocsigen_server, ocaml,
|
{ stdenv, fetchzip, which, ocsigen_server, ocaml,
|
||||||
lwt_react,
|
lwt_react,
|
||||||
opaline, ppx_deriving, findlib
|
opaline, ppx_deriving, findlib
|
||||||
|
, ppx_tools_versioned
|
||||||
, js_of_ocaml-ocamlbuild, js_of_ocaml-ppx, js_of_ocaml-ppx_deriving_json
|
, js_of_ocaml-ocamlbuild, js_of_ocaml-ppx, js_of_ocaml-ppx_deriving_json
|
||||||
, js_of_ocaml-lwt
|
, js_of_ocaml-lwt
|
||||||
, js_of_ocaml-tyxml
|
, js_of_ocaml-tyxml
|
||||||
@ -22,6 +23,7 @@ stdenv.mkDerivation rec
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml which findlib js_of_ocaml-ocamlbuild js_of_ocaml-ppx_deriving_json opaline
|
buildInputs = [ ocaml which findlib js_of_ocaml-ocamlbuild js_of_ocaml-ppx_deriving_json opaline
|
||||||
|
ppx_tools_versioned
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
{ fetchzip, buildDunePackage, lwt, ppx_tools_versioned }:
|
{ fetchzip, buildDunePackage, lwt, ppxlib }:
|
||||||
|
|
||||||
buildDunePackage {
|
buildDunePackage {
|
||||||
pname = "lwt_ppx";
|
pname = "lwt_ppx";
|
||||||
version = "2.0.1";
|
version = "2.0.2";
|
||||||
|
|
||||||
|
useDune2 = true;
|
||||||
|
|
||||||
|
minimumOCamlVersion = "4.04";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
# `lwt_ppx` has a different release cycle than Lwt, but it's included in
|
# `lwt_ppx` has a different release cycle than Lwt, but it's included in
|
||||||
@ -12,12 +16,11 @@ buildDunePackage {
|
|||||||
#
|
#
|
||||||
# This is particularly useful for overriding Lwt without breaking `lwt_ppx`,
|
# This is particularly useful for overriding Lwt without breaking `lwt_ppx`,
|
||||||
# as new Lwt releases may contain broken `lwt_ppx` code.
|
# as new Lwt releases may contain broken `lwt_ppx` code.
|
||||||
url = "https://github.com/ocsigen/lwt/archive/5.2.0.tar.gz";
|
url = "https://github.com/ocsigen/lwt/archive/5.4.0.tar.gz";
|
||||||
sha256 = "1znw8ckwdmqsnrcgar4g33zgr659l4l904bllrz69bbwdnfmz2x3";
|
sha256 = "1ay1zgadnw19r9hl2awfjr22n37l7rzxd9v73pjbahavwm2ay65d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ lwt ppxlib ];
|
||||||
propagatedBuildInputs = [ lwt ppx_tools_versioned ];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Ppx syntax extension for Lwt";
|
description = "Ppx syntax extension for Lwt";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user