haskellPackages.regex-compat-tdfa: fix arg order in override

This commit is contained in:
sternenseemann 2022-07-17 15:53:23 +02:00
parent a4bb1872e1
commit 94d1dd4e77

View file

@ -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;