From cf5d2494405d06ca762062d9b5adb96d36ae78e8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 23 Sep 2014 14:17:53 +0200 Subject: [PATCH] haskell-json-rpc: update to version 0.2.0.2 --- pkgs/development/libraries/haskell/json-rpc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/json-rpc/default.nix b/pkgs/development/libraries/haskell/json-rpc/default.nix index bbf443f7145..1062a0b3523 100644 --- a/pkgs/development/libraries/haskell/json-rpc/default.nix +++ b/pkgs/development/libraries/haskell/json-rpc/default.nix @@ -7,8 +7,8 @@ cabal.mkDerivation (self: { pname = "json-rpc"; - version = "0.2.0.1"; - sha256 = "0kk2wpgnkdhphf9za2whmn4f6qlly5hzr071bx7xjqwqbpfhwplm"; + version = "0.2.0.2"; + sha256 = "00ha6hjg9ccwa48ab5ibnkiiri7ki3rv7ms2h9qbwr30lxyb0r88"; buildDepends = [ aeson async conduit conduitExtra deepseq hashable mtl stm stmConduit text unorderedContainers