2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-19 15:54:36 +00:00
|
|
|
{ cabal, ansiWlPprint, HUnit, QuickCheck, testFramework
|
|
|
|
, testFrameworkHunit, testFrameworkQuickcheck2
|
2014-05-23 15:00:17 +01:00
|
|
|
, testFrameworkThPrime, transformers, transformersCompat
|
2013-02-24 21:09:07 +00:00
|
|
|
}:
|
2012-11-01 14:07:15 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "optparse-applicative";
|
2014-07-31 14:48:26 +01:00
|
|
|
version = "0.9.1.1";
|
|
|
|
sha256 = "1fy8839y9dg2a5pj7abjiqkm3qcz8faip32q3x1zi5mrz4v3q2g6";
|
2014-05-23 15:00:17 +01:00
|
|
|
buildDepends = [ ansiWlPprint transformers transformersCompat ];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [
|
2014-03-19 15:54:36 +00:00
|
|
|
HUnit QuickCheck testFramework testFrameworkHunit
|
|
|
|
testFrameworkQuickcheck2 testFrameworkThPrime
|
2013-02-24 21:09:07 +00:00
|
|
|
];
|
2013-04-18 21:19:36 +01:00
|
|
|
jailbreak = true;
|
2012-11-01 14:07:15 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/pcapriotti/optparse-applicative";
|
|
|
|
description = "Utilities and combinators for parsing command line options";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|