ocamlPackages.lambda-term: 1.10 -> 1.11

This commit is contained in:
Vincent Laporte
2017-07-02 12:22:53 +00:00
parent ca15a36d0e
commit 8ad273d4f0
3 changed files with 15 additions and 8 deletions

View File

@@ -2,6 +2,10 @@
, lambdaTerm, ocaml_lwt, camomile, zed, cppo, ppx_tools, makeWrapper
}:
if !stdenv.lib.versionAtLeast ocaml.version "4.02"
then throw "utop is not available for OCaml ${ocaml.version}"
else
stdenv.mkDerivation rec {
version = "1.19.3";
name = "utop-${version}";