diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7047c7d7204a..8762545aa48c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2394,7 +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 - ] super.regex-compat-tdfa; + ] (overrideCabal super.regex-compat-tdfa { + # Revision introduces bound base < 4.15 + revision = null; + editedCabalFile = null; + }; # https://github.com/kowainik/validation-selective/issues/64 validation-selective = doJailbreak super.validation-selective;