haskell-vado: update to 0.0.2

This is a version-bump only, putting the attoparsec version bound up on
Hackage through proper means:
https://github.com/hamishmack/vado/issues/5
This commit is contained in:
Mateusz Kowalczyk 2014-09-27 15:14:19 +01:00
parent a6c7c1db7f
commit 02c979aa9f

View File

@ -4,13 +4,12 @@
cabal.mkDerivation (self: {
pname = "vado";
version = "0.0.1";
sha256 = "11b8glzzpzhm8cfw3vyvvvz3h0xid5r3prwhnvplajr7v3r562h2";
version = "0.0.2";
sha256 = "15kdqgpdy501g4hpldq44s7qgh4xchl6acnr95i5fj8ky4vgwfi0";
isLibrary = true;
isExecutable = true;
buildDepends = [ attoparsec filepath text ];
testDepends = [ attoparsec filepath QuickCheck text ];
jailbreak = true;
meta = {
homepage = "https://github.com/hamishmack/vado";
description = "Runs commands on remote machines using ssh";