From d31b934ad2021a260e7369f0bde11ce2fb77c6d3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 3 Jul 2013 16:59:32 +0200 Subject: [PATCH] haskell-shelly: update to version 1.3.0.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 a61dfec8b7e6..639d913e0409 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.1"; - sha256 = "0xcx6cxlb13wrn5wfnnb070h8cj3lnk285fxmigi6x97b9rjdl8w"; + version = "1.3.0.2"; + sha256 = "1vhjqm2y6hfaq88k4qz0gdjic1316c5p1gyzgz19r0iwry6msrh2"; buildDepends = [ mtl systemFileio systemFilepath text time unixCompat ];