forked from mirrors/nixpkgs
haskell-lifted-async: update to version 0.2.0.2
This commit is contained in:
parent
11ca9c9aa7
commit
4b128ae8ea
|
@ -6,8 +6,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "lifted-async";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1x3qdgy0jkqx71xndjh769lw3wrwq63k2kc33pxn6x11yyklcf1j";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "07sqgd3lxplfwrpys4jhz0068sx99765lpx8n4nj3k117z32slgf";
|
||||
buildDepends = [ async liftedBase monadControl transformersBase ];
|
||||
testDepends = [
|
||||
async HUnit liftedBase monadControl mtl tasty tastyHunit tastyTh
|
||||
|
|
Loading…
Reference in a new issue