From cfbae2de737f3ac95e107bdf599b2095e3df24f7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 4 Jul 2013 17:38:57 +0200 Subject: [PATCH] haskell-shelly: update to version 1.3.0.3 --- 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 639d913e040..7bb9466864e 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.0.2"; - sha256 = "1vhjqm2y6hfaq88k4qz0gdjic1316c5p1gyzgz19r0iwry6msrh2"; + version = "1.3.0.3"; + sha256 = "0izfxv45b5j9p3q2nrlxdn9g4vfmzghl4ab7zisn07gx381wk9qq"; buildDepends = [ mtl systemFileio systemFilepath text time unixCompat ];