mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
emacsPackages: use Agda and ghc-mod from 7.8
This commit is contained in:
parent
9ae0798e73
commit
e749f1ef61
@ -10583,7 +10583,9 @@ let
|
||||
};
|
||||
|
||||
external = {
|
||||
inherit (haskellngPackages) ghc-mod structured-haskell-mode Agda;
|
||||
# FIXME: revert when Agda and ghc-mod are fixed on 7.10
|
||||
inherit (haskell-ng.packages.ghc784) ghc-mod Agda;
|
||||
inherit (haskellngPackages) structured-haskell-mode;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user