Author: simons
Date: Thu Jan 26 14:20:25 2012
New Revision: 31861
URL: https://nixos.org/websvn/nix/?rev=31861&sc=1

Log:
haskell-pool: updated to version 0.1.2.1

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/pool/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/pool/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/pool/default.nix   Thu Jan 
26 14:20:22 2012        (r31860)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/pool/default.nix   Thu Jan 
26 14:20:25 2012        (r31861)
@@ -2,12 +2,12 @@
 
 cabal.mkDerivation (self: {
   pname = "pool";
-  version = "0.1.2";
-  sha256 = "05lrinyk9gxdf67vwdav93ral2y8qsb33i9y5k91vlcjfp7w516q";
+  version = "0.1.2.1";
+  sha256 = "1fwwnwxk3kprr2z9y7bwa1qwxfkzwcb2n5l6vkq1c5s8gjls581c";
   buildDepends = [ monadControl transformers ];
   meta = {
     homepage = "http://www.yesodweb.com/book/persistent";;
-    description = "Thread-safe resource pools";
+    description = "Thread-safe resource pools. (deprecated)";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
     maintainers = [
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to