2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-18 07:01:45 +02:00
|
|
|
{ cabal, aws, conduit, httpConduit, network, TCache, text }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "tcache-AWS";
|
|
|
|
version = "0.0.1";
|
|
|
|
sha256 = "18hi8jvc117pxjhpb891hqlsbi4wvmd6nr3vwnqqr7rcw2dsmnwv";
|
|
|
|
buildDepends = [ aws conduit httpConduit network TCache text ];
|
|
|
|
meta = {
|
|
|
|
description = "tcache using Amazon Web Services as default persistence mechanism";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 13:48:22 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
|
2014-06-18 07:01:45 +02:00
|
|
|
};
|
|
|
|
})
|