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:
parent
3087ef37bb
commit
162542bf8f
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue