summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/TCache/default.nix
blob: 5f281ecfb6596e015e9b59d3ae333fe260b6b33a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ 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;
    maintainers = [ self.stdenv.lib.maintainers.tomberek ];
  };
})