haskell-hlint: update to version 1.9.12
This commit is contained in:
parent
6d95d1cc29
commit
7cc2c31eca
@ -1,18 +1,18 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, cmdargs, cpphs, filepath, haskellSrcExts, hscolour
|
||||
, transformers, uniplate
|
||||
{ cabal, ansiTerminal, cmdargs, cpphs, extra, filepath
|
||||
, haskellSrcExts, hscolour, transformers, uniplate
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hlint";
|
||||
version = "1.9.10";
|
||||
sha256 = "08pfc0mhqkhali0hjxpa26hr5ykfdmyldh0r04v1b42a1c60k1id";
|
||||
version = "1.9.12";
|
||||
sha256 = "0ga66b7lpvgx2w1fg5gnilncg75dfxcjcrx9hvjyxh7fin4y1z6a";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
cmdargs cpphs filepath haskellSrcExts hscolour transformers
|
||||
uniplate
|
||||
ansiTerminal cmdargs cpphs extra filepath haskellSrcExts hscolour
|
||||
transformers uniplate
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://community.haskell.org/~ndm/hlint/";
|
||||
|
Loading…
Reference in New Issue
Block a user