commit
33c177c5e6
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user