summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/herelib
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-06-22 10:57:36 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-06-22 10:57:36 -0700
commit282d03befa69b7b60a08a40200ad8218f3eadfa7 (patch)
tree59885694c8827979da3d9b29eec74205cd49e8a4 /pkgs/development/ocaml-modules/herelib
parentad779acd3be0a29bcda55f760eee6de35cfedef5 (diff)
parent22172b8e43dfac3486d108a085b5911d7e2d8c5a (diff)
Merge branch 'master.upstream' into staging.upstream
Diffstat (limited to 'pkgs/development/ocaml-modules/herelib')
-rw-r--r--pkgs/development/ocaml-modules/herelib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/herelib/default.nix b/pkgs/development/ocaml-modules/herelib/default.nix
index fd955602844e..716e31b2bfe2 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";