From 478c48cc8400a75a6770616f027ab8e09f0b88d4 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 14 Jun 2022 22:10:33 +0200 Subject: [PATCH] nix: define GHC 9.2.2's Cabal version for static build --- nix/static-haskell-package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/static-haskell-package.nix b/nix/static-haskell-package.nix index 6710764cc..69c0caccd 100644 --- a/nix/static-haskell-package.nix +++ b/nix/static-haskell-package.nix @@ -58,6 +58,7 @@ let defaultCabalPackageVersionComingWithGhc = { ghc8107 = "Cabal_3_2_1_0"; + ghc922 = "Cabal_3_6_3_0"; }."${compiler}"; # The static-haskell-nix 'survey' derives a full static set of Haskell