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-01-20 21:38:50 +0100
committerPeter Simons <simons@cryp.to>2018-01-20 21:40:45 +0100
commit8297025d28fdad7b8dc5840f6d7673154c16b630 (patch)
tree55705c0659becee85dcbd188a5ceccb7d63ef71d /pkgs/development/haskell-modules/configuration-common.nix
parentdcf3699b0b2c3392bee1bb1f8c38fae6588aac9b (diff)
downloadnixpkgs-8297025d28fdad7b8dc5840f6d7673154c16b630.tar
nixpkgs-8297025d28fdad7b8dc5840f6d7673154c16b630.tar.gz
nixpkgs-8297025d28fdad7b8dc5840f6d7673154c16b630.tar.bz2
nixpkgs-8297025d28fdad7b8dc5840f6d7673154c16b630.tar.lz
nixpkgs-8297025d28fdad7b8dc5840f6d7673154c16b630.tar.xz
nixpkgs-8297025d28fdad7b8dc5840f6d7673154c16b630.tar.zst
nixpkgs-8297025d28fdad7b8dc5840f6d7673154c16b630.zip
haskell-hlint: needs latest version of haskell-src-exts
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 66d0c89344d..5922cd1272d 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -605,6 +605,9 @@ self: super: {
     haskell-src-exts = self.haskell-src-exts_1_20_1;
   };
 
+  # Needs newer version of its dependencies than we have in LTS-10.x.
+  hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_20_1; });
+
   # https://github.com/bos/configurator/issues/22
   configurator = dontCheck super.configurator;