Update haskell-hspec and related packages

This commit is contained in:
Simon Hengel 2014-08-12 11:48:32 +08:00
parent 2e84472d60
commit fda0132880
4 changed files with 12 additions and 12 deletions

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec-expectations"; pname = "hspec-expectations";
version = "0.6.0.1"; version = "0.6.1";
sha256 = "16013x7v6zly4h1spzarrlzskbjb19bljsj98fn8k21mzb82f7wl"; sha256 = "0rr1dn39daxi4kqnbz3k21slxpscz939bx16161rr1zp4v7m1lzj";
buildDepends = [ HUnit ]; buildDepends = [ HUnit ];
testDepends = [ hspec HUnit markdownUnlit silently ]; testDepends = [ hspec HUnit markdownUnlit silently ];
doCheck = false; doCheck = false;

View File

@ -7,8 +7,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec-meta"; pname = "hspec-meta";
version = "1.11.1"; version = "1.11.3";
sha256 = "1r6d2c8k9hbcb21sk9nqabwpkafb7adp405b6cjd6hgff63vc1dz"; sha256 = "0cydxq5kgi4cczf6q70853wz3x1ymrf9mkp7rp71yir5vrhg0b8p";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [

View File

@ -7,8 +7,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec"; pname = "hspec";
version = "1.11.1"; version = "1.11.3";
sha256 = "146d34pmjrynzsz84h1b7savhswk7nm18x7413f8awmplmnfpmny"; sha256 = "0kq2cds8khwq7nl60pvgk8v6s2fizfkpdplc1p0mj8zyr9gyz7i0";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [

View File

@ -1,14 +1,14 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, ansiTerminal, async, deepseq, doctest, filepath, ghcPaths { cabal, ansiTerminal, async, deepseq, filepath, ghcPaths
, hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo , hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo
, random, setenv, silently, tfRandom, time, transformers , random, setenv, silently, tfRandom, time, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec2"; pname = "hspec2";
version = "0.4.0"; version = "0.4.1";
sha256 = "0x5y77qa33gx1shqhzdkdp0732lpkihvp5wh4826scg229haj5v5"; sha256 = "131w90yy7scxdpz7qa37n1wmyr8gvc5jqdsqkpg8s9pqham96w5v";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -16,9 +16,9 @@ cabal.mkDerivation (self: {
QuickCheck quickcheckIo random setenv tfRandom time transformers QuickCheck quickcheckIo random setenv tfRandom time transformers
]; ];
testDepends = [ testDepends = [
ansiTerminal async deepseq doctest filepath ghcPaths ansiTerminal async deepseq filepath ghcPaths hspecExpectations
hspecExpectations hspecMeta HUnit QuickCheck quickcheckIo random hspecMeta HUnit QuickCheck quickcheckIo random setenv silently
setenv silently tfRandom time transformers tfRandom time transformers
]; ];
meta = { meta = {
homepage = "http://hspec.github.io/"; homepage = "http://hspec.github.io/";