carefully revert e749f1ef61
and 8f1d256435
This commit is contained in:
parent
8914e1af6d
commit
2f7a75f74a
1 changed files with 2 additions and 4 deletions
|
@ -8512,7 +8512,7 @@ let
|
|||
agda = callPackage ../build-support/agda {
|
||||
glibcLocales = if pkgs.stdenv.isLinux then pkgs.glibcLocales else null;
|
||||
extension = self : super : { };
|
||||
inherit (haskell.packages.ghc784) Agda;
|
||||
inherit (haskellPackages) Agda;
|
||||
inherit writeScriptBin;
|
||||
};
|
||||
|
||||
|
@ -11287,9 +11287,7 @@ let
|
|||
};
|
||||
|
||||
external = {
|
||||
# FIXME: revert when Agda and ghc-mod are fixed on 7.10
|
||||
inherit (haskell.packages.ghc784) ghc-mod Agda;
|
||||
inherit (haskellPackages) structured-haskell-mode;
|
||||
inherit (haskellPackages) ghc-mod structured-haskell-mode Agda;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue