Fixup pointfree package.
This commit is contained in:
parent
1f108490f1
commit
bc5f82dfc2
@ -940,4 +940,8 @@ self: super: {
|
||||
|
||||
# https://github.com/mainland/language-c-quote/issues/57
|
||||
language-c-quote = super.language-c-quote.override { alex = self.alex_3_1_4; };
|
||||
|
||||
# The package doesn't yet compile with new HSE: https://github.com/bmillwood/pointfree/pull/13
|
||||
pointfree = super.pointfree.override { haskell-src-exts = self.haskell-src-exts_1_16_0_1; };
|
||||
|
||||
}
|
||||
|
@ -92,7 +92,6 @@ self: super: {
|
||||
utf8-string = overrideCabal super.utf8-string (drv: {
|
||||
postPatch = "sed -i -e 's|base >= 3 && < 4.8|base|' utf8-string.cabal";
|
||||
});
|
||||
pointfree = doJailbreak super.pointfree;
|
||||
|
||||
# acid-state/safecopy#25 acid-state/safecopy#26
|
||||
safecopy = dontCheck (super.safecopy);
|
||||
|
Loading…
Reference in New Issue
Block a user