From c7d12cdd90115f946022b95439f1d445790b47c7 Mon Sep 17 00:00:00 2001
From: Peter Simons <simons@cryp.to>
Date: Fri, 26 Oct 2012 11:04:16 +0200
Subject: [PATCH] haskell-shelly: update to version 0.14.2.1

---
 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 c266b6bd085..a7f434bfb2c 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";
-  sha256 = "1vx7yq5fj4dnba94ypf8ldd236kivxisrzhkxcfhhar5zvw2jqng";
+  version = "0.14.2.1";
+  sha256 = "0zddrb17i9aazwziazjzcb96n6m794qyj3h85whph06y4krbygnl";
   buildDepends = [
     mtl systemFileio systemFilepath text time unixCompat
   ];