mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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: {
|
||||
pname = "packunused";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "131x99id3jcxglj24p5sjb6mnhphj925pp4jdjy09y6ai7wss3rs";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "130717k4rknj5jl904cmb4h09msp4xjj84w6iwzc10lz736dk3jd";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ Cabal cmdargs filepath haskellSrcExts ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/hvr/packunused";
|
||||
description = "Tool for detecting redundant Cabal package dependencies";
|
||||
|
Loading…
Reference in New Issue
Block a user