about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-17 20:07:47 +0100
committerPeter Simons <simons@cryp.to>2020-01-17 21:14:33 +0100
commit672880966f318dc19d8c545021bf31f060c9f001 (patch)
treee5dfe1460f7b604a0d3d27c508296e87b46f8528 /pkgs/development/haskell-modules
parentf3769d7015126515b99133cc264f22956d809cfc (diff)
downloadnixlib-672880966f318dc19d8c545021bf31f060c9f001.tar
nixlib-672880966f318dc19d8c545021bf31f060c9f001.tar.gz
nixlib-672880966f318dc19d8c545021bf31f060c9f001.tar.bz2
nixlib-672880966f318dc19d8c545021bf31f060c9f001.tar.lz
nixlib-672880966f318dc19d8c545021bf31f060c9f001.tar.xz
nixlib-672880966f318dc19d8c545021bf31f060c9f001.tar.zst
nixlib-672880966f318dc19d8c545021bf31f060c9f001.zip
haskell-ghc-lib-parser: update to latest version for hlint
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index f28bf4bb7075..0132d03c70be 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1239,7 +1239,7 @@ self: super: {
   constraints-deriving = dontCheck super.constraints-deriving;
 
   # need newer version of ghc-libparser
-  hlint = super.hlint.override { ghc-lib-parser = self.ghc-lib-parser_8_8_1_20191204; };
+  hlint = super.hlint.override { ghc-lib-parser = self.ghc-lib-parser_8_8_2; };
 
   # https://github.com/sol/hpack/issues/366
   hpack = self.hpack_0_33_0;