summary refs log tree commit diff
path: root/pkgs/development/tools/haskell
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-07-14 11:14:40 +0200
committerPeter Simons <simons@cryp.to>2012-07-14 11:14:40 +0200
commitf2d77b76d771c45eaf1232127d58511e117dab11 (patch)
treed62fc0a26aa749179e16a386457e8ef8c2500945 /pkgs/development/tools/haskell
parentd4f99e23954991b92fb0cb7bb469a440ebcc76bd (diff)
downloadnixlib-f2d77b76d771c45eaf1232127d58511e117dab11.tar
nixlib-f2d77b76d771c45eaf1232127d58511e117dab11.tar.gz
nixlib-f2d77b76d771c45eaf1232127d58511e117dab11.tar.bz2
nixlib-f2d77b76d771c45eaf1232127d58511e117dab11.tar.lz
nixlib-f2d77b76d771c45eaf1232127d58511e117dab11.tar.xz
nixlib-f2d77b76d771c45eaf1232127d58511e117dab11.tar.zst
nixlib-f2d77b76d771c45eaf1232127d58511e117dab11.zip
haskell-hlint: update to version 1.8.30
Diffstat (limited to 'pkgs/development/tools/haskell')
-rw-r--r--pkgs/development/tools/haskell/hlint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/haskell/hlint/default.nix b/pkgs/development/tools/haskell/hlint/default.nix
index 3b2afdd791e5..471b22a5825d 100644
--- a/pkgs/development/tools/haskell/hlint/default.nix
+++ b/pkgs/development/tools/haskell/hlint/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "hlint";
-  version = "1.8.29";
-  sha256 = "07l281106kkahdzgilhh2njjirll0mhr318i3zmhn2ygcb9dvkdr";
+  version = "1.8.30";
+  sha256 = "1c52h7pi759dnqzfq46nyckp75aswpqkf2n7aag2np955ky7rd05";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [