haskell-vado: update to version 0.0.3

This commit is contained in:
Peter Simons 2014-10-13 13:03:50 +02:00
parent 4190bc1721
commit ffac271330

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "vado";
version = "0.0.2";
sha256 = "15kdqgpdy501g4hpldq44s7qgh4xchl6acnr95i5fj8ky4vgwfi0";
version = "0.0.3";
sha256 = "1s6fb19p3lc6g13ryh7bmxciv62v8m0ihvzrymsj0nn6jghiys5f";
isLibrary = true;
isExecutable = true;
buildDepends = [ attoparsec filepath text ];