3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.ppx_import: 1.1 -> 1.4

This commit is contained in:
Vincent Laporte 2017-11-26 20:08:53 +00:00
parent 4e344bb5ce
commit 620b93f10a
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -4,15 +4,15 @@
buildOcaml rec {
name = "ppx_import";
version = "1.1";
version = "1.4";
minimumSupportedOcamlVersion = "4.02";
src = fetchFromGitHub {
owner = "whitequark";
owner = "ocaml-ppx";
repo = "ppx_import";
rev = "v${version}";
sha256 = "1hfvbc81dg58q7kkpn808b3j0xazrqfrr4v71sd1yvmnk71wak6k";
sha256 = "14c2lp7r9080c4hsb1y1drbxxx3v44b7ib5wfh3kkh3f1jfsjwbk";
};
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";
license = licenses.mit;
};
}
}