haskell-hspec: update to version 1.4.2

This commit is contained in:
Peter Simons 2012-11-16 15:59:15 +01:00
parent 9f487c40e0
commit 316700ac51
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec"; pname = "hspec";
version = "1.4.1"; version = "1.4.2";
sha256 = "02zwznhm075gx51yyx5nqgvks9gkr4pdhywxr9avnw6f470ph9ng"; sha256 = "0qlm6p5i1fkgyca704bsjc1nm1ks19pfq6l3vmzsszjzbdl8p5cq";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -14,7 +14,7 @@ cabal.mkDerivation (self: {
]; ];
meta = { meta = {
homepage = "http://hspec.github.com/"; homepage = "http://hspec.github.com/";
description = "Behavior Driven Development for Haskell"; description = "Behavior-Driven Development for Haskell";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
}; };