Unverified Commit 8d665874 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #182930 from vbgl/ocaml-biocaml-clean

ocamlPackages.biocaml: disable for OCaml < 4.11
parents b91029be 77b84010
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -6,9 +6,7 @@ buildDunePackage rec {
  pname = "biocaml";
  version = "0.11.2";

  useDune2 = true;

  minimumOCamlVersion = "4.08";
  minimalOCamlVersion = "4.11";

  src = fetchFromGitHub {
    owner = "biocaml";