haskell-cmdargs: work around broken tarball on Hackage
This commit is contained in:
parent
9fcd7a8994
commit
b2770afe61
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ filepath transformers ];
|
||||
patchPhase = "touch cmdargs.cabal";
|
||||
meta = {
|
||||
homepage = "http://community.haskell.org/~ndm/cmdargs/";
|
||||
description = "Command line argument processing";
|
||||
|
Loading…
x
Reference in New Issue
Block a user