haskell-fast-logger: update to version 2.2.3

This commit is contained in:
Peter Simons 2014-10-22 10:22:45 +02:00
parent 2c8a694706
commit a4ce7ccef3

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "fast-logger";
version = "2.2.1";
sha256 = "1rrjp6pi9yrvd9ldvpdw352m8i02bnr7v0wpr0rcyx32n3vkfj6x";
version = "2.2.3";
sha256 = "0zap61gz0snbq42h8nyjh637fr2cm1ny9f77sqd6v3yfqjq0ljh3";
buildDepends = [ autoUpdate blazeBuilder filepath text ];
testDepends = [ hspec ];
meta = {