From 8e7b1f2ac2e261d5a644fef860a0d050ea227c06 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 20 Jun 2015 18:24:40 +0200 Subject: [PATCH] ocaml-herelib: works also with OCaml-4.0+ --- pkgs/development/ocaml-modules/herelib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/herelib/default.nix b/pkgs/development/ocaml-modules/herelib/default.nix index fd955602844..716e31b2bfe 100644 --- a/pkgs/development/ocaml-modules/herelib/default.nix +++ b/pkgs/development/ocaml-modules/herelib/default.nix @@ -4,7 +4,7 @@ buildOcaml rec { version = "109.35.02"; name = "herelib"; - minimumSupportedOcamlVersion = "4.02"; + minimumSupportedOcamlVersion = "4.00"; src = fetchurl { url = "https://github.com/janestreet/herelib/archive/${version}.tar.gz";