From e749f1ef61afcf3457574b57f4177543a82e78f1 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Wed, 22 Apr 2015 16:51:18 +0300 Subject: [PATCH] emacsPackages: use Agda and ghc-mod from 7.8 --- pkgs/top-level/all-packages.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index ac22264a274..b21cf2e2a9d 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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; }; };