haskell-hlint: update to version 1.8.59
This commit is contained in:
parent
8dfc2e1e4f
commit
745a35c130
@ -1,15 +1,16 @@
|
|||||||
{ cabal, cpphs, filepath, haskellSrcExts, hscolour, transformers
|
{ cabal, cmdargs, cpphs, filepath, haskellSrcExts, hscolour
|
||||||
, uniplate
|
, transformers, uniplate
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hlint";
|
pname = "hlint";
|
||||||
version = "1.8.57";
|
version = "1.8.59";
|
||||||
sha256 = "062fpyjd3mha9faxdpg763sigafl4mvl8qqw3z31zkafz361qzm4";
|
sha256 = "14yn63zbbqwvxlis0kwga4mrz6qjr8kq1cq7f0rcilgqgh1dkwh8";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cpphs filepath haskellSrcExts hscolour transformers uniplate
|
cmdargs cpphs filepath haskellSrcExts hscolour transformers
|
||||||
|
uniplate
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user