2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 15:05:41 +01:00
|
|
|
{ cabal, hashable, monadControl, stm, time, transformers
|
2012-01-26 15:20:17 +01:00
|
|
|
, transformersBase, vector
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "resource-pool";
|
2014-06-09 09:25:13 +02:00
|
|
|
version = "0.2.3.0";
|
|
|
|
sha256 = "15igbvnqs6ig1k30l3jngyi60ay7k15mwgza5smv8zbpx86vb1mh";
|
2012-01-26 15:20:17 +01:00
|
|
|
buildDepends = [
|
2012-02-16 15:05:41 +01:00
|
|
|
hashable monadControl stm time transformers transformersBase vector
|
2012-01-26 15:20:17 +01:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/bos/pool";
|
|
|
|
description = "A high-performance striped resource pooling implementation";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2012-01-26 15:20:17 +01:00
|
|
|
};
|
|
|
|
})
|