ocamlPackages.ocaml_lwt: 3.3.0 -> 4.1.0

This commit is contained in:
Vincent Laporte
2018-09-28 15:28:36 +00:00
committed by Vincent Laporte
parent 4b1f2fb0b3
commit bdaedbe38c
8 changed files with 82 additions and 18 deletions

View File

@@ -1,5 +1,9 @@
{ stdenv, fetchzip, ocaml, findlib, dune, ssl, lwt }:
if !stdenv.lib.versionAtLeast ocaml.version "4.02"
then throw "lwt_ssl is not available for OCaml ${ocaml.version}"
else
stdenv.mkDerivation rec {
version = "1.1.2";
name = "ocaml${ocaml.version}-lwt_ssl-${version}";