ghc: bump to 9.2.8

resolves #5
This commit is contained in:
Vibrant C3PO 2024-01-22 23:27:08 +10:00
parent 1566959ee8
commit 2db8bdcd32
Signed by: vibrantc3po
GPG key ID: E5CA1AA0292A0100

View file

@ -1,5 +1,5 @@
let sources = import ./nix/sources.nix;
in { compiler ? "ghc902", pkgs ? import sources.nixpkgs { } }:
in { compiler ? "ghc928", pkgs ? import sources.nixpkgs { } }:
let
inherit (pkgs.lib.trivial) flip pipe;