Added parseargs.
svn path=/nixpkgs/trunk/; revision=16996
This commit is contained in:
parent
daceb23a25
commit
dbfe44e6eb
10
pkgs/development/libraries/haskell/parseargs/default.nix
Normal file
10
pkgs/development/libraries/haskell/parseargs/default.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{cabal}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self : {
|
||||||
|
pname = "parseargs";
|
||||||
|
version = "0.1.2";
|
||||||
|
sha256 = "93e34497bc3921f245474a8fc1807303211cf5ab40f0b655e02eb0242ef75694";
|
||||||
|
meta = {
|
||||||
|
description = "Command-line argument parsing library for Haskell programs";
|
||||||
|
};
|
||||||
|
})
|
@ -316,6 +316,10 @@ rec {
|
|||||||
inherit cabal;
|
inherit cabal;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
parseargs = import ../development/libraries/haskell/parseargs {
|
||||||
|
inherit cabal;
|
||||||
|
};
|
||||||
|
|
||||||
parsec = import ../development/libraries/haskell/parsec {
|
parsec = import ../development/libraries/haskell/parsec {
|
||||||
inherit cabal;
|
inherit cabal;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user