pointfree: now builds with haskell-src-exts-1.17.

This commit is contained in:
Michael Alan Dorman 2015-12-28 11:46:52 -05:00 committed by Peter Simons
parent d464c85fdf
commit 09956eab48

View file

@ -941,8 +941,4 @@ 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; };
}