ocamlPackages.wasm: disable with OCaml 4.02

main
Vincent Laporte 2 years ago committed by Vincent Laporte
parent 3d7f865ddb
commit 9211608da7
  1. 2
      pkgs/development/ocaml-modules/wasm/default.nix

@ -1,6 +1,6 @@
{ stdenv, lib, fetchFromGitHub, ocaml, findlib, ocamlbuild }:
if !lib.versionAtLeast ocaml.version "4.02"
if !lib.versionAtLeast ocaml.version "4.03"
|| lib.versionOlder "4.13" ocaml.version
then throw "wasm is not available for OCaml ${ocaml.version}"
else

Loading…
Cancel
Save