mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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;
|
||||
};
|
||||
|
||||
parseargs = import ../development/libraries/haskell/parseargs {
|
||||
inherit cabal;
|
||||
};
|
||||
|
||||
parsec = import ../development/libraries/haskell/parsec {
|
||||
inherit cabal;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user