haskell-cmdargs: work around broken tarball on Hackage

This commit is contained in:
Peter Simons 2013-12-09 23:01:48 +01:00
parent 9fcd7a8994
commit b2770afe61

View File

@ -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";