Merge pull request #11011 from ikervagyok/xmonad

fix: ihaskell's and xmonad's dependence on haskell-ng
This commit is contained in:
Peter Simons 2015-11-13 20:37:07 +01:00
commit 67271da8cb
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