haskell-concurrent-extra: update to version 0.7.0.9
This commit is contained in:
parent
bfc2e348b1
commit
4e47c0d54e
@ -1,24 +1,22 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, async, baseUnicodeSymbols, HUnit, random, stm
|
{ cabal, async, HUnit, random, stm, testFramework
|
||||||
, testFramework, testFrameworkHunit, unboundedDelays
|
, testFrameworkHunit, unboundedDelays
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "concurrent-extra";
|
pname = "concurrent-extra";
|
||||||
version = "0.7.0.8";
|
version = "0.7.0.9";
|
||||||
sha256 = "0q6n7wlakvnvfrjr3zmxbn9i0dxq96071j565vffp0r5abxkn83q";
|
sha256 = "19bqm0brnbhhmp5nypi995p27mna7kd33xzw0kf7yx2w2p2kb1aw";
|
||||||
buildDepends = [ baseUnicodeSymbols stm unboundedDelays ];
|
buildDepends = [ stm unboundedDelays ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
async baseUnicodeSymbols HUnit random stm testFramework
|
async HUnit random stm testFramework testFrameworkHunit
|
||||||
testFrameworkHunit unboundedDelays
|
unboundedDelays
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/basvandijk/concurrent-extra";
|
homepage = "https://github.com/basvandijk/concurrent-extra";
|
||||||
description = "Extra concurrency primitives";
|
description = "Extra concurrency primitives";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user