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-11 07:46:40 -0500
committerPeter Simons <simons@cryp.to>2015-12-16 21:33:56 +0100
commitbc5f82dfc26cb9135b419dc706178f4696fdaefe (patch)
tree5bba2f355f8b133c52540259f1149abed79b81f5 /pkgs/development/haskell-modules/configuration-common.nix
parent1f108490f13020b114f5872b74282ed3ac44eac0 (diff)
downloadnixpkgs-bc5f82dfc26cb9135b419dc706178f4696fdaefe.tar
nixpkgs-bc5f82dfc26cb9135b419dc706178f4696fdaefe.tar.gz
nixpkgs-bc5f82dfc26cb9135b419dc706178f4696fdaefe.tar.bz2
nixpkgs-bc5f82dfc26cb9135b419dc706178f4696fdaefe.tar.lz
nixpkgs-bc5f82dfc26cb9135b419dc706178f4696fdaefe.tar.xz
nixpkgs-bc5f82dfc26cb9135b419dc706178f4696fdaefe.tar.zst
nixpkgs-bc5f82dfc26cb9135b419dc706178f4696fdaefe.zip
Fixup pointfree package.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index fd6d521369f..d844f2a047a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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; };
+
 }