summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-05-25 21:57:08 +0200
committerPeter Simons <simons@cryp.to>2020-05-29 22:28:47 +0200
commit330227bc6c6e34576e7b46106d418e92855525fb (patch)
tree116ba15e127ac1c09f32a3ca5b49df9d71fce215 /pkgs
parent995bdd4c85ce160106ae2ae06a160336998d6493 (diff)
downloadnixpkgs-330227bc6c6e34576e7b46106d418e92855525fb.tar
nixpkgs-330227bc6c6e34576e7b46106d418e92855525fb.tar.gz
nixpkgs-330227bc6c6e34576e7b46106d418e92855525fb.tar.bz2
nixpkgs-330227bc6c6e34576e7b46106d418e92855525fb.tar.lz
nixpkgs-330227bc6c6e34576e7b46106d418e92855525fb.tar.xz
nixpkgs-330227bc6c6e34576e7b46106d418e92855525fb.tar.zst
nixpkgs-330227bc6c6e34576e7b46106d418e92855525fb.zip
haskell-extra: update overrides for the new version
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 3f6b710c299..e3ce1ee73d7 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1509,9 +1509,9 @@ self: super: {
   hlint = super.hlint.override {
     ghc-lib-parser = self.ghc-lib-parser_8_10_1_20200523;
     ghc-lib-parser-ex = self.ghc-lib-parser-ex_8_10_0_11;
-    extra = self.extra_1_7_1;
+    extra = self.extra_1_7_2;
     filepattern = self.filepattern.override {
-      extra = self.extra_1_7_1;
+      extra = self.extra_1_7_2;
     };
   };