haskell-hlint: update to version 1.9.12

This commit is contained in:
Peter Simons 2014-11-13 00:39:28 +01:00
parent 6d95d1cc29
commit 7cc2c31eca

View File

@ -1,18 +1,18 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, cmdargs, cpphs, filepath, haskellSrcExts, hscolour { cabal, ansiTerminal, cmdargs, cpphs, extra, filepath
, transformers, uniplate , haskellSrcExts, hscolour, transformers, uniplate
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hlint"; pname = "hlint";
version = "1.9.10"; version = "1.9.12";
sha256 = "08pfc0mhqkhali0hjxpa26hr5ykfdmyldh0r04v1b42a1c60k1id"; sha256 = "0ga66b7lpvgx2w1fg5gnilncg75dfxcjcrx9hvjyxh7fin4y1z6a";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
cmdargs cpphs filepath haskellSrcExts hscolour transformers ansiTerminal cmdargs cpphs extra filepath haskellSrcExts hscolour
uniplate transformers uniplate
]; ];
meta = { meta = {
homepage = "http://community.haskell.org/~ndm/hlint/"; homepage = "http://community.haskell.org/~ndm/hlint/";