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
2 changed files with 6 additions and 6 deletions
+3 -3
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
@@ -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