haskell-case-insensitive: jailbreak to work around https://github.com/basvandijk/case-insensitive/issues/24
This commit is contained in:
parent
0583ffb7c2
commit
8968bff461
|
@ -848,4 +848,7 @@ self: super: {
|
|||
# QuickCheck to versions ">=2.3 && <2.9".
|
||||
system-filepath = dontCheck super.system-filepath;
|
||||
|
||||
# https://github.com/basvandijk/case-insensitive/issues/24
|
||||
case-insensitive = doJailbreak super.case-insensitive;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue