agda: use GHC 7.8.4 for building

This commit is contained in:
Nikolay Amiantov 2015-04-18 00:40:00 +03:00
parent 5eb73dd736
commit 8f1d256435

@ -7899,7 +7899,7 @@ let
agda = callPackage ../build-support/agda {
glibcLocales = if pkgs.stdenv.isLinux then pkgs.glibcLocales else null;
extension = self : super : { };
inherit (haskellngPackages) Agda;
inherit (haskell-ng.packages.ghc784) Agda;
inherit writeScriptBin;
};