mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
haskellPackages: switch default package set to ghc 8.6.4
This commit is contained in:
parent
73a82dcc44
commit
7a216124d1
@ -7068,7 +7068,7 @@ in
|
|||||||
|
|
||||||
haskell = callPackage ./haskell-packages.nix { };
|
haskell = callPackage ./haskell-packages.nix { };
|
||||||
|
|
||||||
haskellPackages = dontRecurseIntoAttrs (haskell.packages.ghc863.override {
|
haskellPackages = dontRecurseIntoAttrs (haskell.packages.ghc864.override {
|
||||||
overrides = config.haskellPackageOverrides or haskell.packageOverrides;
|
overrides = config.haskellPackageOverrides or haskell.packageOverrides;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user