haskell-threadmanager: update to version 0.1.7

This commit is contained in:
Peter Simons 2013-07-08 11:53:10 +02:00
parent 8976670d9d
commit 5e867b6e80

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "threadmanager"; pname = "threadmanager";
version = "0.1.6"; version = "0.1.7";
sha256 = "16q09kx3rfjaa3rvyfwrxpsnvw50r3q8pk1if6xm0v4ya3lbvibs"; sha256 = "17s26hlailbr8c9d3dv1pwiy81m3nzr3sw0v9y716rmhldf7k09f";
meta = { meta = {
description = "(deprecated in favor of 'threads') Simple thread management"; description = "(deprecated in favor of 'threads') Simple thread management";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;