haskell-packunused: update to version 0.1.0.1
This commit is contained in:
parent
182e352ccf
commit
4dee7de246
@ -2,11 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "packunused";
|
pname = "packunused";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.1";
|
||||||
sha256 = "131x99id3jcxglj24p5sjb6mnhphj925pp4jdjy09y6ai7wss3rs";
|
sha256 = "130717k4rknj5jl904cmb4h09msp4xjj84w6iwzc10lz736dk3jd";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ Cabal cmdargs filepath haskellSrcExts ];
|
buildDepends = [ Cabal cmdargs filepath haskellSrcExts ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/hvr/packunused";
|
homepage = "https://github.com/hvr/packunused";
|
||||||
description = "Tool for detecting redundant Cabal package dependencies";
|
description = "Tool for detecting redundant Cabal package dependencies";
|
||||||
|
Loading…
Reference in New Issue
Block a user