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 }:
|
2009-09-09 17:45:27 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2009-09-09 17:45:27 +02:00
|
|
|
pname = "parseargs";
|
2013-11-06 15:47:45 +01:00
|
|
|
version = "0.1.5.2";
|
|
|
|
sha256 = "0pzw7w1kr2rv6ffqgn93rypn37wy2r5k01p3y5256laaplm575am";
|
2011-08-10 01:00:20 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2009-09-09 17:45:27 +02:00
|
|
|
meta = {
|
2013-11-06 15:47:45 +01:00
|
|
|
homepage = "http://github.com/BartMassey/parseargs";
|
2009-09-09 17:45:27 +02:00
|
|
|
description = "Command-line argument parsing library for Haskell programs";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-09-09 17:45:27 +02:00
|
|
|
};
|
|
|
|
})
|