haskell-async: update to version 2.0.1.4

This commit is contained in:
Peter Simons
2012-10-23 17:17:48 +02:00
parent 56cee6fe5c
commit 41ade95c30
2 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "async";
version = "2.0.1.3";
sha256 = "1rbjr6xw5sp8npw17fxg0942kikssv2hyci2sy26r0na98483mkh";
version = "2.0.1.4";
sha256 = "1hi40bjwpl65mz7zj0sgh16bp9dwafbm5ysi2q8fzwwq5l0zxpa1";
buildDepends = [ stm ];
meta = {
homepage = "https://github.com/simonmar/async";