diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 07762d793904..a209ea836225 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2394,11 +2394,11 @@ self: super: { # https://hub.darcs.net/shelarcy/regex-compat-tdfa/issue/3 regex-compat-tdfa = appendPatches [ ./patches/regex-compat-tdfa-ghc-9.0.patch - ] (overrideCabal super.regex-compat-tdfa { + ] (overrideCabal { # Revision introduces bound base < 4.15 revision = null; editedCabalFile = null; - }); + } super.regex-compat-tdfa); # https://github.com/kowainik/validation-selective/issues/64 validation-selective = doJailbreak super.validation-selective;