haskell-hspec-meta: update to version 2.0.0

This commit is contained in:
Peter Simons 2014-11-13 00:38:53 +01:00
parent 414e982769
commit 5ebf99c211

View File

@ -1,19 +1,19 @@
# 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, filepath, hspecExpectations { cabal, ansiTerminal, async, deepseq, filepath, hspecExpectations
, HUnit, QuickCheck, quickcheckIo, random, setenv, tfRandom, time , HUnit, QuickCheck, quickcheckIo, random, setenv, time
, transformers , transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec-meta"; pname = "hspec-meta";
version = "1.12.3"; version = "2.0.0";
sha256 = "106wzvramjw18a2wvmfik3z47zshq7yalgax389gx340g3wnrfp7"; sha256 = "0x1k2d4nycglzn9l4i32xrampr9fgzjpp4j1jyy7pj89cfl8jc8f";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
ansiTerminal async deepseq filepath hspecExpectations HUnit ansiTerminal async deepseq filepath hspecExpectations HUnit
QuickCheck quickcheckIo random setenv tfRandom time transformers QuickCheck quickcheckIo random setenv time transformers
]; ];
doCheck = false; doCheck = false;
meta = { meta = {