commit bd63c700294899b377bd4f74f7d7bbbbc9748a0f
parent 1d63926222ed984287f57e2ef48e76e5fbc4089f
Author: Jared Tobin <jared@jtobin.io>
Date: Sun, 28 Dec 2025 11:01:00 -0330
flake: use ghc 910
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flake.nix b/flake.nix
@@ -19,7 +19,7 @@
pkgs = import nixpkgs { inherit system; };
hlib = pkgs.haskell.lib;
- hpkgs = pkgs.haskell.packages.ghc981.extend (new: old: {
+ hpkgs = pkgs.haskell.packages.ghc910.extend (new: old: {
${lib} = old.callCabal2nixWithOptions lib ./. "--enable-profiling" {};
});