Define ghc-compact as required

This commit is contained in:
John Wiegley 2018-05-10 15:48:01 -07:00
parent 35fb7dc974
commit e5d7a88bda
No known key found for this signature in database
GPG key ID: C144D8F4F19FE630

View file

@ -32,6 +32,11 @@ let inherit (nixpkgs) pkgs;
then doJailbreak super.compact
else super.compact;
ghc-compact =
if compiler == "ghc802"
then super.ghc-compact_0_1_0_0
else null;
ghc-datasize =
if doProfiling
then null