From 9207cd296fd6bc1ece36ff8a52c139fdc813bd9c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 Jul 2014 10:53:44 +0200 Subject: [PATCH] haskell-hspec: update to version 1.10.0.1 --- pkgs/development/libraries/haskell/hspec/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/hspec/default.nix b/pkgs/development/libraries/haskell/hspec/default.nix index 8108eab09a0..c665bf2f272 100644 --- a/pkgs/development/libraries/haskell/hspec/default.nix +++ b/pkgs/development/libraries/haskell/hspec/default.nix @@ -7,8 +7,8 @@ cabal.mkDerivation (self: { pname = "hspec"; - version = "1.10.0"; - sha256 = "0lqc4sxl2c1rgnmp4a2fikc78f9caxswkmxfi8wajxlwaj58sy8p"; + version = "1.10.0.1"; + sha256 = "1i0pl67jplvqh370x6mzdb86a653k1a1l8bjac60izr8d22n35rl"; isLibrary = true; isExecutable = true; buildDepends = [