haskell-hspec: update to version 1.6.1

This commit is contained in:
Peter Simons 2013-07-01 11:04:04 +02:00
parent e6535b526a
commit e3f3271812

View file

@ -5,8 +5,8 @@
cabal.mkDerivation (self: {
pname = "hspec";
version = "1.5.4";
sha256 = "18c7mj2qh0q7ksb9sa7jhpfzsbbsfbv3gpkjpz1fx17bd3h8vkld";
version = "1.6.1";
sha256 = "16gwzc5x04kj7847w4nw0msj7myk22hlfkpal9dcpdvslzzy44nh";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -20,9 +20,9 @@ cabal.mkDerivation (self: {
];
doCheck = false;
meta = {
homepage = "http://hspec.github.com/";
homepage = "http://hspec.github.io/";
description = "Behavior-Driven Development for Haskell";
license = self.stdenv.lib.licenses.bsd3;
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})