ocamlPackages.earlybird: disable for OCaml ≥ 4.08
This commit is contained in:
parent
bdcba83153
commit
4ada24a02c
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
{ lib, fetchurl, buildDunePackage, angstrom, angstrom-lwt-unix,
|
||||
{ lib, fetchurl, ocaml, buildDunePackage, angstrom, angstrom-lwt-unix,
|
||||
batteries, cmdliner, lwt_ppx, ocaml_lwt, ppx_deriving_yojson,
|
||||
ppx_tools_versioned, yojson }:
|
||||
|
||||
if lib.versionAtLeast ocaml.version "4.08"
|
||||
then throw "earlybird is not available for OCaml ${ocaml.version}"
|
||||
else
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "earlybird";
|
||||
version = "0.1.5";
|
||||
|
|
Loading…
Reference in a new issue