Fixup pointfree package.

This commit is contained in:
Michael Alan Dorman 2015-12-11 07:46:40 -05:00 committed by Peter Simons
parent 1f108490f1
commit bc5f82dfc2
2 changed files with 4 additions and 1 deletions

View file

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

View file

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