From db84ac048801d571fb67c6983040f3c15d170191 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 22 Apr 2025 01:50:23 +0200 Subject: [PATCH] haskell.packages.ghc96.ghc-tags: match ghc-lib (!) version (9.8) --- pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix index 5b1eb7ea7dd6..ded331ba9337 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix @@ -84,7 +84,8 @@ self: super: th-extras = doJailbreak super.th-extras; # not in Stackage, needs to match ghc-lib - ghc-tags = doDistribute self.ghc-tags_1_7; + # since expression is generated for 9.8, ghc-lib dep needs to be added manually + ghc-tags = doDistribute (addBuildDepends [ self.ghc-lib ] self.ghc-tags_1_8); # # Too strict bounds without upstream fix