haskell-ex-pool: update to version 0.2

This commit is contained in:
Peter Simons 2014-05-15 16:08:35 +02:00
parent 93018b4939
commit d3b2eb8283

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "ex-pool"; pname = "ex-pool";
version = "0.1.0.2"; version = "0.2";
sha256 = "11q63yfr59r6cfzi635xj75nhcc2yi83snc75k638wyamxgvxng4"; sha256 = "0da5grl2fdca24zhlngq2n16smdb4f5vvxqzc29ipsc3j7wkbmva";
buildDepends = [ buildDepends = [
exceptions hashable stm time transformers vector exceptions hashable stm time transformers vector
]; ];