lifted-async: 0.2.0.2 -> 0.6.0.1
This commit is contained in:
parent
82aeda6d6b
commit
6ba730d481
|
@ -1,14 +1,14 @@
|
||||||
# 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, HUnit, liftedBase, monadControl, mtl, tasty
|
{ cabal, async, constraints, HUnit, liftedBase, monadControl, mtl, tasty
|
||||||
, tastyHunit, tastyTh, transformersBase
|
, tastyHunit, tastyTh, transformersBase
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "lifted-async";
|
pname = "lifted-async";
|
||||||
version = "0.2.0.2";
|
version = "0.6.0.1";
|
||||||
sha256 = "07sqgd3lxplfwrpys4jhz0068sx99765lpx8n4nj3k117z32slgf";
|
sha256 = "12qbibsl26njx6m1dq12gqfb15rkyag23c1vkcinlk301a0cvsmf";
|
||||||
buildDepends = [ async liftedBase monadControl transformersBase ];
|
buildDepends = [ async constraints liftedBase monadControl transformersBase ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
async HUnit liftedBase monadControl mtl tasty tastyHunit tastyTh
|
async HUnit liftedBase monadControl mtl tasty tastyHunit tastyTh
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue