From 6d95d1cc29855f704aa62a711bbc989f91ed776c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 13 Nov 2014 00:39:26 +0100 Subject: [PATCH] haskell-ghcid: update to version 0.3.2 --- pkgs/development/tools/haskell/ghcid/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/haskell/ghcid/default.nix b/pkgs/development/tools/haskell/ghcid/default.nix index 3ad43076a41..2ce069f53c3 100644 --- a/pkgs/development/tools/haskell/ghcid/default.nix +++ b/pkgs/development/tools/haskell/ghcid/default.nix @@ -6,8 +6,8 @@ cabal.mkDerivation (self: { pname = "ghcid"; - version = "0.3.1"; - sha256 = "09dyynqa42q6rcms8pghlyih8a3fahb5fbhc500grqc094kgfs7c"; + version = "0.3.2"; + sha256 = "1kx20la4snldhd709y69za8bs57v90nblghfrxrvmzhrmpvh4bn3"; isLibrary = true; isExecutable = true; buildDepends = [ cmdargs extra filepath terminalSize time ];