summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-07-10 16:32:59 +0200
committerPeter Simons <simons@cryp.to>2018-07-10 20:10:27 +0200
commitb49693a0faf5bdebe094d1b6e63a0d3db553a8c9 (patch)
tree52fbecbc8c5578e05f3ca0653aad191bbcc27a1f /pkgs/development/haskell-modules/configuration-common.nix
parente36fcd28a2bf45ced1382f93b4c9898a0d10bb85 (diff)
downloadnixlib-b49693a0faf5bdebe094d1b6e63a0d3db553a8c9.tar
nixlib-b49693a0faf5bdebe094d1b6e63a0d3db553a8c9.tar.gz
nixlib-b49693a0faf5bdebe094d1b6e63a0d3db553a8c9.tar.bz2
nixlib-b49693a0faf5bdebe094d1b6e63a0d3db553a8c9.tar.lz
nixlib-b49693a0faf5bdebe094d1b6e63a0d3db553a8c9.tar.xz
nixlib-b49693a0faf5bdebe094d1b6e63a0d3db553a8c9.tar.zst
nixlib-b49693a0faf5bdebe094d1b6e63a0d3db553a8c9.zip
haskell-taffybar: drop duplicate override for strictDeps
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 319dba067cfd..e4c3dc943227 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1049,24 +1049,9 @@ self: super: {
   # Work around overspecified constraint on github ==0.18.
   github-backup = doJailbreak super.github-backup;
 
-  # Work around large number of repeated arguments
-  # https://github.com/NixOS/nixpkgs/issues/40013
-  taffybar = super.taffybar.overrideDerivation (drv: { strictDeps = true; });
-
-  # dhall-json requires a very particular dhall version
-  # dhall-json_1_2_1 = super.dhall-json_1_2_1.override { dhall = self.dhall_1_15_0; };
-
-  # # dhall-nix requires a very particular dhall version
-  # dhall-nix = super.dhall-nix.override { dhall = self.dhall_1_15_0; };
-
   # https://github.com/fpco/streaming-commons/issues/49
   streaming-commons = dontCheck super.streaming-commons;
 
-  # # cabal2nix generates a dependency on base-compat, which is the wrong version
-  # base-compat-batteries = super.base-compat-batteries.override {
-  #   base-compat = super.base-compat_0_10_4;
-  # };
-
   # Test suite depends on old QuickCheck 2.10.x.
   cassava = dontCheck super.cassava;