0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

fix: ihaskell's and xmonad's dependence on haskell-ng

This commit is contained in:
Lengyel Balázs 2015-11-13 19:11:46 +01:00
parent 3087ef37bb
commit 162542bf8f
2 changed files with 6 additions and 6 deletions

View file

@ -22,9 +22,9 @@ in
}; };
haskellPackages = mkOption { haskellPackages = mkOption {
default = pkgs.haskellngPackages; default = pkgs.haskellPackages;
defaultText = "pkgs.haskellngPackages"; defaultText = "pkgs.haskellPackages";
example = literalExample "pkgs.haskell-ng.packages.ghc784"; example = literalExample "pkgs.haskell.packages.ghc784";
description = '' description = ''
haskellPackages used to build IHaskell and other packages. haskellPackages used to build IHaskell and other packages.
This can be used to change the GHC version used to build This can be used to change the GHC version used to build

View file

@ -20,9 +20,9 @@ in
}; };
haskellPackages = mkOption { haskellPackages = mkOption {
default = pkgs.haskellngPackages; default = pkgs.haskellPackages;
defaultText = "pkgs.haskellngPackages"; defaultText = "pkgs.haskellPackages";
example = literalExample "pkgs.haskell-ng.packages.ghc784"; example = literalExample "pkgs.haskell.packages.ghc784";
description = '' description = ''
haskellPackages used to build Xmonad and other packages. haskellPackages used to build Xmonad and other packages.
This can be used to change the GHC version used to build This can be used to change the GHC version used to build