tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
emacsPackages: use Agda and ghc-mod from 7.8
Nikolay Amiantov
10 years ago
e749f1ef
9ae0798e
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
all-packages.nix
+3
-1
pkgs/top-level/all-packages.nix
···
10583
};
10584
10585
external = {
10586
-
inherit (haskellngPackages) ghc-mod structured-haskell-mode Agda;
0
0
10587
};
10588
};
10589
···
10583
};
10584
10585
external = {
10586
+
# FIXME: revert when Agda and ghc-mod are fixed on 7.10
10587
+
inherit (haskell-ng.packages.ghc784) ghc-mod Agda;
10588
+
inherit (haskellngPackages) structured-haskell-mode;
10589
};
10590
};
10591