From cfda1c7ca78fcc8a05b77ffaa3abf8b19c8d86d1 Mon Sep 17 00:00:00 2001 From: sterni Date: Sat, 15 Aug 2026 15:39:35 +0200 Subject: [PATCH] haskellPackages.Cabal-hooks: build against Cabal == 3.18.* --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b67c6b01668b..667ca1bd64ca 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -81,7 +81,7 @@ with haskellLib; # Needs matching version of Cabal Cabal-hooks = super.Cabal-hooks.override { - Cabal = self.Cabal_3_16_1_0; + Cabal = self.Cabal_3_18_1_0; }; # Needs Cabal>=3.14