From 09956eab482e57face13e357fc8760fc82013fc0 Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Mon, 28 Dec 2015 11:46:52 -0500 Subject: [PATCH] pointfree: now builds with haskell-src-exts-1.17. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 642757e66da..3e5b205893c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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; }; - }