From 02c979aa9f6eed672fc2509079c0b7638e60507d Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Sat, 27 Sep 2014 15:14:19 +0100 Subject: [PATCH] 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 --- pkgs/development/libraries/haskell/vado/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/vado/default.nix b/pkgs/development/libraries/haskell/vado/default.nix index 58662eb7346..fc95d494e36 100644 --- a/pkgs/development/libraries/haskell/vado/default.nix +++ b/pkgs/development/libraries/haskell/vado/default.nix @@ -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";