mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
spago: build with ghc90 instead of ghc92
This commit is contained in:
parent
3eafa296cf
commit
7276006818
@ -1,5 +1,4 @@
|
||||
{ haskell
|
||||
, haskellPackages
|
||||
, lib
|
||||
|
||||
# The following are only needed for the passthru.tests:
|
||||
@ -19,7 +18,7 @@ let
|
||||
];
|
||||
changelog =
|
||||
"https://github.com/purescript/spago/releases/tag/${oldAttrs.version}";
|
||||
}) haskellPackages.spago);
|
||||
}) haskell.packages.ghc90.spago);
|
||||
in
|
||||
|
||||
spago.overrideAttrs (oldAttrs: {
|
||||
|
Loading…
Reference in New Issue
Block a user