2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-09 04:44:11 +01:00
|
|
|
{ cabal, hashtables, mtl, RefSerialize, stm, text }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "TCache";
|
|
|
|
version = "0.12.0";
|
|
|
|
sha256 = "0marslz5jg66r3i2d0yjjrj11bpywpadcxs5k4j6782iczxybd7s";
|
|
|
|
buildDepends = [ hashtables mtl RefSerialize stm text ];
|
|
|
|
meta = {
|
|
|
|
description = "A Transactional cache with user-defined persistence";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 12:48:22 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
|
2014-06-09 04:44:11 +01:00
|
|
|
};
|
|
|
|
})
|