update hlint to 1.9.2

This commit is contained in:
Cray Elliott 2014-07-25 14:28:29 -07:00
parent 7acfec9e47
commit 441ccf85dc

View File

@ -6,15 +6,14 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hlint"; pname = "hlint";
version = "1.9.1"; version = "1.9.2";
sha256 = "054jr64d9b5kjrkwgmw7pbms75vg2qwqldac02lnbr4vv3kqnhri"; sha256 = "1pbcd4rzavhca3vydynasi3lk36pz948mqxp58rlb2j5dan9sw78";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
cmdargs cpphs filepath haskellSrcExts hscolour transformers cmdargs cpphs filepath haskellSrcExts hscolour transformers
uniplate uniplate
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://community.haskell.org/~ndm/hlint/"; homepage = "http://community.haskell.org/~ndm/hlint/";
description = "Source code suggestions"; description = "Source code suggestions";