From 0d61261b4ca1f1d3f1c13e048a0173b5b898d4a4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 1 Nov 2012 10:08:29 +0100 Subject: [PATCH] haskell-shelly: update to version 0.14.2.2 --- pkgs/development/libraries/haskell/shelly/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/shelly/default.nix b/pkgs/development/libraries/haskell/shelly/default.nix index a7f434bfb2c..9f67c6ff1b4 100644 --- a/pkgs/development/libraries/haskell/shelly/default.nix +++ b/pkgs/development/libraries/haskell/shelly/default.nix @@ -3,8 +3,8 @@ cabal.mkDerivation (self: { pname = "shelly"; - version = "0.14.2.1"; - sha256 = "0zddrb17i9aazwziazjzcb96n6m794qyj3h85whph06y4krbygnl"; + version = "0.14.2.2"; + sha256 = "10wnmbs8bfj5m7z8gxj4z5ncvrx55br4mcfgs9x2w1avjzq5yhq3"; buildDepends = [ mtl systemFileio systemFilepath text time unixCompat ];