2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 15:05:41 +01:00
|
|
|
{ cabal, filepath, transformers }:
|
2010-05-11 21:58:47 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2010-05-11 21:58:47 +02:00
|
|
|
pname = "cmdargs";
|
2014-07-28 12:17:51 +02:00
|
|
|
version = "0.10.9";
|
|
|
|
sha256 = "12phn22iri2v65gbxzl580mikkj05rwx4sjn5c31f871wp0538my";
|
2011-08-10 01:00:20 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2012-02-16 15:05:41 +01:00
|
|
|
buildDepends = [ filepath transformers ];
|
2010-05-11 21:58:47 +02:00
|
|
|
meta = {
|
2011-08-10 01:00:20 +02:00
|
|
|
homepage = "http://community.haskell.org/~ndm/cmdargs/";
|
2010-05-11 21:58:47 +02:00
|
|
|
description = "Command line argument processing";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2010-05-11 21:58:47 +02:00
|
|
|
};
|
|
|
|
})
|