2ea8997135
GitOrigin-RevId: 5bc8b980b9178ef9a4bb622320cf34e59ea2ea10
24 lines
879 B
Nix
24 lines
879 B
Nix
# This has been automatically generated by the script
|
|
# ./update.sh. This should not be changed by hand.
|
|
{ mkDerivation, base, fetchgit, hashable, hspec, lib, monad-control
|
|
, stm, time, transformers, transformers-base, vector
|
|
}:
|
|
mkDerivation {
|
|
pname = "resource-pool";
|
|
version = "0.2.3.2";
|
|
src = fetchgit {
|
|
url = "https://github.com/hasura/pool.git";
|
|
sha256 = "00q1fxh72fgjwl1pi3lnp4xg8f3kfm6q12gs9scinwbymfgzarms";
|
|
rev = "bc4c3f739a8fb8ec4444336a34662895831c9acf";
|
|
fetchSubmodules = true;
|
|
};
|
|
libraryHaskellDepends = [
|
|
base hashable monad-control stm time transformers transformers-base
|
|
vector
|
|
];
|
|
testHaskellDepends = [ base hspec ];
|
|
homepage = "http://github.com/bos/pool";
|
|
description = "A high-performance striped resource pooling implementation";
|
|
license = lib.licenses.bsd3;
|
|
maintainers = with lib.maintainers; [ lassulus ];
|
|
}
|