summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2015-12-28 11:46:52 -0500
committerPeter Simons <simons@cryp.to>2015-12-31 23:43:10 +0100
commit09956eab482e57face13e357fc8760fc82013fc0 (patch)
tree37faee33c6196ef71198bb897bc54b1776097b68 /pkgs/development/haskell-modules/configuration-common.nix
parentd464c85fdf08c1c043904c46f884cb9c9d94257c (diff)
downloadnixlib-09956eab482e57face13e357fc8760fc82013fc0.tar
nixlib-09956eab482e57face13e357fc8760fc82013fc0.tar.gz
nixlib-09956eab482e57face13e357fc8760fc82013fc0.tar.bz2
nixlib-09956eab482e57face13e357fc8760fc82013fc0.tar.lz
nixlib-09956eab482e57face13e357fc8760fc82013fc0.tar.xz
nixlib-09956eab482e57face13e357fc8760fc82013fc0.tar.zst
nixlib-09956eab482e57face13e357fc8760fc82013fc0.zip
pointfree: now builds with haskell-src-exts-1.17.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 642757e66da3..3e5b205893c4 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; };
-
 }