[ghc] assert gmp

This commit is contained in:
Moritz Angermann
2018-07-15 16:25:09 +08:00
parent 2391d1dbf3
commit ad8c10e246

View File

@@ -32,6 +32,8 @@
ghcFlavour ? stdenv.lib.optionalString (targetPlatform != hostPlatform) "perf-cross"
}:
assert !enableIntegerSimple -> gmp != null;
let
inherit (bootPkgs) ghc;