f1951f932d
Fixes build error.
21 lines
634 B
Nix
21 lines
634 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, hashable, monadControl, stm, time, transformers
|
|
, transformersBase, vector
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "resource-pool";
|
|
version = "0.2.3.2";
|
|
sha256 = "04mw8b9djb14zp4rdi6h7mc3zizh597ffiinfbr4m0m8psifw9w6";
|
|
buildDepends = [
|
|
hashable monadControl stm time transformers transformersBase vector
|
|
];
|
|
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;
|
|
};
|
|
})
|