ocamlPackages.janeStreet: 0.10 -> 0.11

This commit is contained in:
Vincent Laporte
2018-07-05 19:40:31 +00:00
parent 1bb95d8409
commit 3b0cd74f55
9 changed files with 387 additions and 304 deletions
@@ -6,6 +6,10 @@ with stdenv.lib;
let withLwt = lwt != null; in
if !versionAtLeast ocaml.version "4.04"
then throw "tls is not available for OCaml ${ocaml.version}"
else
stdenv.mkDerivation rec {
version = "0.9.0";
name = "ocaml${ocaml.version}-tls-${version}";