Update logging expression to 1.4.0

This commit is contained in:
John Wiegley 2014-04-17 21:48:05 -05:00
parent a2a398fbda
commit 1be71ec4a2

View File

@ -1,14 +1,14 @@
{ cabal, binary, fastLogger, hspec, liftedBase, monadControl { cabal, binary, fastLogger, hspec, liftedBase, monadControl
, monadLogger, pcreLight, text, thyme, transformers, vectorSpace , monadLogger, pcreLight, text, time, transformers, vectorSpace
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "logging"; pname = "logging";
version = "1.3.0"; version = "1.4.0";
sha256 = "1d2is6p828xvh59f9b971xf0w2l229652rniccxpm2mcfs893c79"; sha256 = "0xkk6j9wa5n0qg0wp7a9bwaz328hrjk1fwanpa515hh3gvz62g94";
buildDepends = [ buildDepends = [
binary fastLogger liftedBase monadControl monadLogger pcreLight binary fastLogger liftedBase monadControl monadLogger pcreLight
text thyme transformers vectorSpace text time transformers vectorSpace
]; ];
testDepends = [ hspec monadLogger ]; testDepends = [ hspec monadLogger ];
meta = { meta = {