haskellPackages.string-qq: jailbreak because of too strict bounds on text in tests

This commit is contained in:
Dennis Gosnell 2023-07-02 15:15:42 +09:00
parent df2e2e4de9
commit dddbca4e22
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -1236,6 +1236,10 @@ self: super: {
# https://github.com/erikd/hjsmin/issues/32
hjsmin = dontCheck super.hjsmin;
# too strict bounds on text in the test suite
# https://github.com/audreyt/string-qq/pull/3
string-qq = doJailbreak super.string-qq;
# Remove for hail > 0.2.0.0
hail = overrideCabal (drv: {
patches = [