haskellPackages.regex-compat-tdfa: fix arg order in override
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user