haskell-concurrent-extra: update to version 0.7.0.8
This commit is contained in:
parent
5cdcc65be1
commit
eb33887bda
@ -1,15 +1,15 @@
|
|||||||
{ cabal, baseUnicodeSymbols, HUnit, stm, testFramework
|
{ cabal, async, baseUnicodeSymbols, HUnit, random, stm
|
||||||
, testFrameworkHunit, unboundedDelays
|
, testFramework, testFrameworkHunit, unboundedDelays
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "concurrent-extra";
|
pname = "concurrent-extra";
|
||||||
version = "0.7.0.7";
|
version = "0.7.0.8";
|
||||||
sha256 = "1736y8am24x29qq1016f2dvb6adavl1h46bsjfwnkw40a9djd5cr";
|
sha256 = "0q6n7wlakvnvfrjr3zmxbn9i0dxq96071j565vffp0r5abxkn83q";
|
||||||
buildDepends = [ baseUnicodeSymbols stm unboundedDelays ];
|
buildDepends = [ baseUnicodeSymbols stm unboundedDelays ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
baseUnicodeSymbols HUnit stm testFramework testFrameworkHunit
|
async baseUnicodeSymbols HUnit random stm testFramework
|
||||||
unboundedDelays
|
testFrameworkHunit unboundedDelays
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/basvandijk/concurrent-extra";
|
homepage = "https://github.com/basvandijk/concurrent-extra";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user