haskell-hspec: update to version 2.0.2

This commit is contained in:
Peter Simons 2014-11-23 20:45:21 +01:00
parent 88d5b7a3ba
commit 24d450074e

View File

@ -1,17 +1,18 @@
# 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, hspecCore, hspecDiscover, hspecExpectations, hspecMeta { cabal, hspecCore, hspecDiscover, hspecExpectations, hspecMeta
, QuickCheck, stringbuilder, transformers , HUnit, QuickCheck, stringbuilder, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec"; pname = "hspec";
version = "2.0.1"; version = "2.0.2";
sha256 = "05kwxn5sws8gc1v8im2pyirrj5bzc6lnj22q2klgj4mg3apjd0jb"; sha256 = "19zxsadp1xwxdyp6zksaz4czdnmjd0x3gmbh7pqv6l4dxmd0545a";
buildDepends = [ buildDepends = [
hspecCore hspecDiscover hspecExpectations QuickCheck transformers hspecCore hspecDiscover hspecExpectations HUnit QuickCheck
transformers
]; ];
testDepends = [ hspecCore hspecMeta QuickCheck stringbuilder ]; testDepends = [ hspecCore hspecMeta stringbuilder ];
doCheck = false; doCheck = false;
meta = { meta = {
homepage = "http://hspec.github.io/"; homepage = "http://hspec.github.io/";