2010-05-11 21:58:47 +02:00
|
|
|
{cabal, filepath, mtl}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "cmdargs";
|
2011-07-21 15:36:16 +02:00
|
|
|
version = "0.7";
|
|
|
|
sha256 = "0qijfdc66f0r2k272sl41nxfymmsk7naw5is3b4zyxsgm147c0vq";
|
2010-05-11 21:58:47 +02:00
|
|
|
propagatedBuildInputs = [filepath mtl];
|
|
|
|
meta = {
|
|
|
|
description = "Command line argument processing";
|
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
|
|
|
})
|
|
|
|
|