haskell-concurrent-extra: update to version 0.7.0.9

This commit is contained in:
Peter Simons 2014-12-12 10:10:10 +01:00
parent bfc2e348b1
commit 4e47c0d54e

View file

@ -1,24 +1,22 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, async, baseUnicodeSymbols, HUnit, random, stm
, testFramework, testFrameworkHunit, unboundedDelays
{ cabal, async, HUnit, random, stm, testFramework
, testFrameworkHunit, unboundedDelays
}:
cabal.mkDerivation (self: {
pname = "concurrent-extra";
version = "0.7.0.8";
sha256 = "0q6n7wlakvnvfrjr3zmxbn9i0dxq96071j565vffp0r5abxkn83q";
buildDepends = [ baseUnicodeSymbols stm unboundedDelays ];
version = "0.7.0.9";
sha256 = "19bqm0brnbhhmp5nypi995p27mna7kd33xzw0kf7yx2w2p2kb1aw";
buildDepends = [ stm unboundedDelays ];
testDepends = [
async baseUnicodeSymbols HUnit random stm testFramework
testFrameworkHunit unboundedDelays
async HUnit random stm testFramework testFrameworkHunit
unboundedDelays
];
meta = {
homepage = "https://github.com/basvandijk/concurrent-extra";
description = "Extra concurrency primitives";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})