Author: simons
Date: Thu Jan 26 14:20:17 2012
New Revision: 31858
URL: https://nixos.org/websvn/nix/?rev=31858&sc=1
Log:
haskell-resource-pool: added version 0.2.1.0
Added:
nixpkgs/trunk/pkgs/development/libraries/haskell/resource-pool/
nixpkgs/trunk/pkgs/development/libraries/haskell/resource-pool/default.nix
Modified:
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Added:
nixpkgs/trunk/pkgs/development/libraries/haskell/resource-pool/default.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/resource-pool/default.nix
Thu Jan 26 14:20:17 2012 (r31858)
@@ -0,0 +1,22 @@
+{ cabal, hashable, monadControl, stm, time, transformers
+, transformersBase, vector
+}:
+
+cabal.mkDerivation (self: {
+ pname = "resource-pool";
+ version = "0.2.1.0";
+ sha256 = "12akfi906l1nm7h3wvjkzl9bxn74dbv17xw2c1mqgl6sg470d587";
+ 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;
+ maintainers = [
+ self.stdenv.lib.maintainers.andres
+ self.stdenv.lib.maintainers.simons
+ ];
+ };
+})
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Thu Jan 26 14:20:14
2012 (r31857)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Thu Jan 26 14:20:17
2012 (r31858)
@@ -1180,6 +1180,8 @@
repr = callPackage ../development/libraries/haskell/repr {};
+ resourcePool = callPackage ../development/libraries/haskell/resource-pool {};
+
RSA = callPackage ../development/libraries/haskell/RSA {};
safe = callPackage ../development/libraries/haskell/safe {};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits