ocamlPackages.ppx_import: 1.1 -> 1.4
This commit is contained in:
parent
4e344bb5ce
commit
620b93f10a
@ -4,15 +4,15 @@
|
|||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
name = "ppx_import";
|
name = "ppx_import";
|
||||||
|
|
||||||
version = "1.1";
|
version = "1.4";
|
||||||
|
|
||||||
minimumSupportedOcamlVersion = "4.02";
|
minimumSupportedOcamlVersion = "4.02";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "whitequark";
|
owner = "ocaml-ppx";
|
||||||
repo = "ppx_import";
|
repo = "ppx_import";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1hfvbc81dg58q7kkpn808b3j0xazrqfrr4v71sd1yvmnk71wak6k";
|
sha256 = "14c2lp7r9080c4hsb1y1drbxxx3v44b7ib5wfh3kkh3f1jfsjwbk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cppo ounit ppx_deriving opam ];
|
buildInputs = [ cppo ounit ppx_deriving opam ];
|
||||||
@ -29,4 +29,4 @@ buildOcaml rec {
|
|||||||
description = "A syntax extension that allows to pull in types or signatures from other compiled interface files";
|
description = "A syntax extension that allows to pull in types or signatures from other compiled interface files";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user