haskell-lifted-async: update to version 0.1.0.1

This commit is contained in:
Peter Simons 2013-12-10 20:45:18 +01:00
parent 5afc2d5cf3
commit 8248ffc9e4

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "lifted-async";
version = "0.1.0";
sha256 = "09ns06qgnwls6zcqsjvr7ykhpr1w12vq49ix4bkqriarl1q3ap7b";
version = "0.1.0.1";
sha256 = "03b89cixfin7ksdjh12g0pfrmgzw9mnx6nyvywv3rjc1sra3b8f0";
buildDepends = [ async liftedBase monadControl transformersBase ];
testDepends = [
HUnit liftedBase monadControl mtl testFramework testFrameworkHunit