From 15a805b114630a93618e91b9a8aa2986aa6e0067 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 25 Nov 2013 12:47:01 +0100 Subject: [PATCH] haskell-shelly: update to version 1.3.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 4272afd61a2..6f73537e8b6 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 = "1.3.1"; - sha256 = "1psgb1jqw6hqbrp7f217ayabchsn9q4fn2z77lc52r4mlvys13mh"; + version = "1.3.2"; + sha256 = "1n6kj9sw6d1nwg7lz1pgmjn8pjxxr76m5sxybv4hacakid3glddh"; buildDepends = [ mtl systemFileio systemFilepath text time unixCompat ];