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>2020-03-20 20:25:42 +0100
committerPeter Simons <simons@cryp.to>2020-03-20 21:12:16 +0100
commit3f0bc2e7c2817f64442d2a321c405d5e27958e6e (patch)
tree860751bfdf01bec6786c40b2bd5d48ad7c0717a5 /pkgs/development/haskell-modules/configuration-common.nix
parent57874b620e4f76509936fab269e23261a3508e26 (diff)
downloadnixpkgs-3f0bc2e7c2817f64442d2a321c405d5e27958e6e.tar
nixpkgs-3f0bc2e7c2817f64442d2a321c405d5e27958e6e.tar.gz
nixpkgs-3f0bc2e7c2817f64442d2a321c405d5e27958e6e.tar.bz2
nixpkgs-3f0bc2e7c2817f64442d2a321c405d5e27958e6e.tar.lz
nixpkgs-3f0bc2e7c2817f64442d2a321c405d5e27958e6e.tar.xz
nixpkgs-3f0bc2e7c2817f64442d2a321c405d5e27958e6e.tar.zst
nixpkgs-3f0bc2e7c2817f64442d2a321c405d5e27958e6e.zip
haskell-weeder: build with latest generic-lens
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 13566f3afd4..afa3c533894 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1485,4 +1485,7 @@ self: super: {
     sha256 = "097wqn8hxsr50b9mhndg5pjim5jma2ym4ylpibakmmb5m98n17zp";
   });
 
+  # Needs a version that's newer than LTS-15.x provides.
+  weeder = super.weeder.override { generic-lens = self.generic-lens_2_0_0_0;  };
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super