haskell-cmdlib: updated to version 0.3.4
svn path=/nixpkgs/trunk/; revision=29705
This commit is contained in:
parent
fefaa7a6ea
commit
e0c4e42d8c
@ -1,12 +1,12 @@
|
|||||||
{ cabal, mtl, split, syb }:
|
{ cabal, mtl, split, syb, transformers }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cmdlib";
|
pname = "cmdlib";
|
||||||
version = "0.3.3";
|
version = "0.3.4";
|
||||||
sha256 = "0gryz70d69r9pscwxmn5yr02r0zvvgj1vwc3g9klgbkipbsa7xvk";
|
sha256 = "1f8vb681xd2v7hv0s84x032yf8x2jlxc0j302irv20fkc1w1vbrr";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ mtl split syb ];
|
buildDepends = [ mtl split syb transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "a library for command line parsing & online help";
|
description = "a library for command line parsing & online help";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user