2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal }:
|
2009-09-09 08:45:27 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2009-09-09 08:45:27 -07:00
|
|
|
pname = "parseargs";
|
2013-11-06 06:47:45 -08:00
|
|
|
version = "0.1.5.2";
|
|
|
|
sha256 = "0pzw7w1kr2rv6ffqgn93rypn37wy2r5k01p3y5256laaplm575am";
|
2011-08-09 16:00:20 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2009-09-09 08:45:27 -07:00
|
|
|
meta = {
|
2013-11-06 06:47:45 -08:00
|
|
|
homepage = "http://github.com/BartMassey/parseargs";
|
2009-09-09 08:45:27 -07:00
|
|
|
description = "Command-line argument parsing library for Haskell programs";
|
2011-08-09 16:00:20 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-09-09 08:45:27 -07:00
|
|
|
};
|
|
|
|
})
|