agda: use GHC 7.8.4 for building
This commit is contained in:
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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user