haskell-pool: updated to version 0.1.2
svn path=/nixpkgs/trunk/; revision=30751
This commit is contained in:
parent
511f888bcd
commit
97d30e44be
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pool";
|
pname = "pool";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
sha256 = "0h498pi7048m4cida10s28dp9f8c2ig3m4s9chwrfw3yiyai926l";
|
sha256 = "05lrinyk9gxdf67vwdav93ral2y8qsb33i9y5k91vlcjfp7w516q";
|
||||||
buildDepends = [ monadControl transformers ];
|
buildDepends = [ monadControl transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/persistent";
|
homepage = "http://www.yesodweb.com/book/persistent";
|
||||||
|
|
Loading…
Reference in New Issue