[ghc] assert gmp

This commit is contained in:
Moritz Angermann 2018-07-15 16:25:09 +08:00
parent 2391d1dbf3
commit ad8c10e246
No known key found for this signature in database
GPG key ID: A98C646D142C675F

View file

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