spago: build with ghc90 instead of ghc92

This commit is contained in:
Dennis Gosnell 2022-11-26 01:56:43 -05:00
parent 3eafa296cf
commit 7276006818
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4

View File

@ -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: {