haskell-hspec-core: update to version 2.1.2

This commit is contained in:
Peter Simons 2014-12-12 09:49:48 +01:00
parent c9d0770cf4
commit 3e7ad2a955

View File

@ -1,21 +1,21 @@
# 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, ghcPaths, hspecExpectations { cabal, ansiTerminal, async, deepseq, hspecExpectations, hspecMeta
, hspecMeta, HUnit, QuickCheck, quickcheckIo, random, setenv , HUnit, QuickCheck, quickcheckIo, random, setenv, silently
, silently, tfRandom, time, transformers , tfRandom, time, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec-core"; pname = "hspec-core";
version = "2.0.2"; version = "2.1.2";
sha256 = "19nssrvwnpa9yib9qqrhf1hi8m624si97874hhdh2hqc7kjqr332"; sha256 = "1mvsfr175g5dbk1xz48d0p4lv4gvv4z3ss3n2s7d2h83i25bmjvh";
buildDepends = [ buildDepends = [
ansiTerminal async deepseq hspecExpectations HUnit QuickCheck ansiTerminal async deepseq hspecExpectations HUnit QuickCheck
quickcheckIo random setenv tfRandom time transformers quickcheckIo random setenv tfRandom time transformers
]; ];
testDepends = [ testDepends = [
ansiTerminal async deepseq ghcPaths hspecExpectations hspecMeta ansiTerminal async deepseq hspecExpectations hspecMeta HUnit
HUnit QuickCheck quickcheckIo random setenv silently tfRandom time QuickCheck quickcheckIo random setenv silently tfRandom time
transformers transformers
]; ];
meta = { meta = {