haskell-lifted-async: update to version 0.2.0
This commit is contained in:
parent
9921686058
commit
c4eb80e485
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "lifted-async";
|
pname = "lifted-async";
|
||||||
version = "0.1.2";
|
version = "0.2.0";
|
||||||
sha256 = "05ra09phkswxydr03f9xscrkxnv0yvp69376dl6lln7p5j45lmc3";
|
sha256 = "1s8gz630v9xag0d5pjjwvfff87wvyy1w86ah7mvnylkarbdsac6l";
|
||||||
buildDepends = [ async liftedBase monadControl transformersBase ];
|
buildDepends = [ async 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