haskell-pool-conduit: updated to version 0.0.0.1

svn path=/nixpkgs/trunk/; revision=31952
This commit is contained in:
Peter Simons 2012-02-01 10:39:59 +00:00
parent 17fefff71d
commit 349b073889

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "pool-conduit";
version = "0.0.0";
sha256 = "0cbs7swb1ay3l1hlbirys171ybqg887csnp6yiy9biq11q5mhsml";
version = "0.0.0.1";
sha256 = "1im5fpwadg9hmajay6dkwmlzbp5rzn8hh9wh01iy23jgivkqk2q0";
buildDepends = [ conduit resourcePool transformers ];
meta = {
homepage = "http://www.yesodweb.com/book/persistent";