2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, Crypto, dataenc, HTTP, hxt, MissingH, network, random
|
|
|
|
, regexCompat, utf8String
|
2011-09-03 13:17:23 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hS3";
|
2013-10-02 17:57:57 +00:00
|
|
|
version = "0.5.8";
|
|
|
|
sha256 = "1wmrrmlz4qlhr75lixn385pjpvpq21aafgf0fw8jyfqgdyjkg7bm";
|
2011-09-03 13:17:23 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2012-02-16 14:05:41 +00:00
|
|
|
Crypto dataenc HTTP hxt MissingH network random regexCompat
|
2011-09-03 13:17:23 +00:00
|
|
|
utf8String
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://gregheartsfield.com/hS3/";
|
|
|
|
description = "Interface to Amazon's Simple Storage Service (S3)";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 22:36:36 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-09-03 13:17:23 +00:00
|
|
|
};
|
|
|
|
})
|