mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
ocaml: remove spaceTimeSupport after 4.12
Spacetime support was removed in OCaml version 4.12. See the OCaml release notes: https://ocaml.org/releases/4.12.0. See the pull request to OCaml: ocaml/ocaml#9948.
This commit is contained in:
parent
6c5bf4e060
commit
c3bf65df67
@ -17,7 +17,7 @@ in
|
||||
assert useX11 -> safeX11 stdenv;
|
||||
assert aflSupport -> lib.versionAtLeast version "4.05";
|
||||
assert flambdaSupport -> lib.versionAtLeast version "4.03";
|
||||
assert spaceTimeSupport -> lib.versionAtLeast version "4.04";
|
||||
assert spaceTimeSupport -> lib.versionAtLeast version "4.04" && lib.versionOlder version "4.12";
|
||||
assert unsafeStringSupport -> lib.versionAtLeast version "4.06" && lib.versionOlder version "5.0";
|
||||
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user