From 316700ac51317dda6200fb2be82a9c6546d4bf73 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 16 Nov 2012 15:59:15 +0100 Subject: [PATCH] haskell-hspec: update to version 1.4.2 --- pkgs/development/libraries/haskell/hspec/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/hspec/default.nix b/pkgs/development/libraries/haskell/hspec/default.nix index 4640f6918fa..4c43513e229 100644 --- a/pkgs/development/libraries/haskell/hspec/default.nix +++ b/pkgs/development/libraries/haskell/hspec/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "hspec"; - version = "1.4.1"; - sha256 = "02zwznhm075gx51yyx5nqgvks9gkr4pdhywxr9avnw6f470ph9ng"; + version = "1.4.2"; + sha256 = "0qlm6p5i1fkgyca704bsjc1nm1ks19pfq6l3vmzsszjzbdl8p5cq"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -14,7 +14,7 @@ cabal.mkDerivation (self: { ]; meta = { homepage = "http://hspec.github.com/"; - description = "Behavior Driven Development for Haskell"; + description = "Behavior-Driven Development for Haskell"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; };