nixpkgs/pkgs/development/libraries/haskell/aws/default.nix

41 lines
1.5 KiB
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-08-19 17:33:58 +04:00
{ cabal, aeson, attoparsec, base16Bytestring, base64Bytestring
, blazeBuilder, byteable, caseInsensitive, cereal, conduit
, conduitExtra, cryptohash, dataDefault, errors, filepath
2014-09-19 14:51:02 +04:00
, httpClient, httpConduit, httpTypes, liftedBase, monadControl, mtl
, network, QuickCheck, quickcheckInstances, resourcet, safe
, scientific, tagged, tasty, tastyQuickcheck, text, time
, transformers, transformersBase, unorderedContainers, utf8String
, vector, xmlConduit
2014-01-12 02:15:57 +04:00
}:
cabal.mkDerivation (self: {
pname = "aws";
2014-09-19 14:51:02 +04:00
version = "0.10.5";
sha256 = "1d82q2477wp08zavlkzsksalbkiczz3vzy17ijk2z5xsw5yslqnj";
2014-01-12 02:15:57 +04:00
isLibrary = true;
isExecutable = true;
buildDepends = [
2014-08-19 17:33:58 +04:00
aeson attoparsec base16Bytestring base64Bytestring blazeBuilder
byteable caseInsensitive cereal conduit conduitExtra cryptohash
dataDefault filepath httpConduit httpTypes liftedBase monadControl
mtl network resourcet safe scientific tagged text time transformers
unorderedContainers utf8String vector xmlConduit
];
testDepends = [
2014-09-19 14:51:02 +04:00
aeson errors httpClient liftedBase monadControl mtl QuickCheck
quickcheckInstances resourcet tagged tasty tastyQuickcheck text
time transformers transformersBase
2014-01-12 02:15:57 +04:00
];
jailbreak = true;
doCheck = false;
2014-01-12 02:15:57 +04:00
meta = {
homepage = "http://github.com/aristidb/aws";
description = "Amazon Web Services (AWS) for Haskell";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
2014-01-12 02:15:57 +04:00
};
})