Adding yesod-persistent.
svn path=/nixpkgs/trunk/; revision=27652
This commit is contained in:
14
pkgs/development/libraries/haskell/pool/default.nix
Normal file
14
pkgs/development/libraries/haskell/pool/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{cabal, monadControl, stm, transformers}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "pool";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "1w2z3p3iriw43g655rhd5b70r3cbzl4jf8bybyk5d04x6mcg3wfq";
|
||||
propagatedBuildInputs = [monadControl stm transformers];
|
||||
meta = {
|
||||
description = "Thread-safe resource pools";
|
||||
license = "BSD3";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user