[NixOS] Add ghc865 version for hies

This commit is contained in:
Ivan Malison 2019-06-23 13:55:11 -07:00
parent c04f5e8edf
commit 1708f8ec65
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -90,6 +90,7 @@ in
};
xdg.menus.enable = true;
environment.systemPackages = with pkgs; [
# Applications
@ -182,7 +183,7 @@ in
haskellPackages.hpack
haskellPackages.hasktags
haskellPackages.hoogle
(all-hies.selection { selector = p: { inherit (p) ghc864; }; })
(all-hies.selection { selector = p: { inherit (p) ghc864 ghc865; }; })
# Scala
sbt