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

31 lines
1.1 KiB
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-04-10 12:56:25 +02:00
{ cabal, aeson, base16Bytestring, base64Bytestring, blazeBuilder
, byteable, caseInsensitive, cereal, conduit, conduitExtra
, cryptohash, dataDefault, filepath, httpConduit, httpTypes
2014-08-04 11:10:29 +02:00
, liftedBase, monadControl, mtl, network, resourcet, text, time
2014-04-10 12:56:25 +02:00
, transformers, unorderedContainers, utf8String, vector, xmlConduit
2014-01-11 23:15:57 +01:00
}:
cabal.mkDerivation (self: {
pname = "aws";
2014-08-11 02:53:50 +02:00
version = "0.9.3";
sha256 = "11g8i6kfq7n1v5nvj8bkhrgsiyzfz0vwk4lh8sljnfd5pyjawx7h";
2014-01-11 23:15:57 +01:00
isLibrary = true;
isExecutable = true;
buildDepends = [
2014-04-10 12:56:25 +02:00
aeson base16Bytestring base64Bytestring blazeBuilder byteable
caseInsensitive cereal conduit conduitExtra cryptohash dataDefault
2014-08-04 11:10:29 +02:00
filepath httpConduit httpTypes liftedBase monadControl mtl network
2014-04-10 12:56:25 +02:00
resourcet text time transformers unorderedContainers utf8String
vector xmlConduit
2014-01-11 23:15:57 +01: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-11 23:15:57 +01:00
};
})