18250b97ae
had added him earlier.
19 lines
556 B
Nix
19 lines
556 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, filepath, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "cmdargs";
|
|
version = "0.10.9";
|
|
sha256 = "12phn22iri2v65gbxzl580mikkj05rwx4sjn5c31f871wp0538my";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [ filepath transformers ];
|
|
meta = {
|
|
homepage = "http://community.haskell.org/~ndm/cmdargs/";
|
|
description = "Command line argument processing";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|