haskell-cmdargs: update to version 0.10.7
This commit is contained in:
parent
d231aca644
commit
e9848e3b79
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cmdargs";
|
pname = "cmdargs";
|
||||||
version = "0.10.6";
|
version = "0.10.7";
|
||||||
sha256 = "1ckzznza8nqidwq7vd6jlxkjgb7xd4rvqi7gm8ca9laj0cvwkclw";
|
sha256 = "0mhsj27vynilpmwxgdpb3r383rksrqs9ix15zl2xbhc95a815pfl";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath transformers ];
|
buildDepends = [ filepath transformers ];
|
||||||
patchPhase = "touch cmdargs.cabal";
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://community.haskell.org/~ndm/cmdargs/";
|
homepage = "http://community.haskell.org/~ndm/cmdargs/";
|
||||||
description = "Command line argument processing";
|
description = "Command line argument processing";
|
||||||
|
Loading…
Reference in New Issue
Block a user