about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-02-27 14:26:16 +0100
committerPeter Simons <simons@cryp.to>2020-02-28 20:42:27 +0100
commit78a2350f2c60a7c392dabfe30aef384129368adc (patch)
tree76366d88d3a3eb642deae435064b07fe0ddc25d1 /pkgs/development
parent73af2522be0648a523cf9368358de722dcc58419 (diff)
downloadnixlib-78a2350f2c60a7c392dabfe30aef384129368adc.tar
nixlib-78a2350f2c60a7c392dabfe30aef384129368adc.tar.gz
nixlib-78a2350f2c60a7c392dabfe30aef384129368adc.tar.bz2
nixlib-78a2350f2c60a7c392dabfe30aef384129368adc.tar.lz
nixlib-78a2350f2c60a7c392dabfe30aef384129368adc.tar.xz
nixlib-78a2350f2c60a7c392dabfe30aef384129368adc.tar.zst
nixlib-78a2350f2c60a7c392dabfe30aef384129368adc.zip
haskell-construct: drop obsolete overrides
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 2b5793c11a1f..df149847dc25 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1378,12 +1378,6 @@ self: super: {
   # Unnecessary upper bound on vector <0.12.1
   bitwise-enum = doJailbreak super.bitwise-enum;
 
-  # Needs more recent versions of those libraries
-  construct = super.construct.overrideScope (self: super: {
-    incremental-parser = self.incremental-parser_0_4;
-    monoid-subclasses = self.monoid-subclasses_1_0_1;
-  });
-
   # Needs more recent streamly version
   streamly-bytestring = super.streamly-bytestring.override {
     streamly = self.streamly_0_7_1;