haskell-monad-logger: update to version 0.2.1

This commit is contained in:
Peter Simons 2012-09-24 12:06:07 +02:00
parent b2505f6eaf
commit a6f1f51ccd

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "monad-logger";
version = "0.2.0.1";
sha256 = "151brb5h92xc0mhfqcapmxib7vh2k36rsw493fxbn3256xkzc8gk";
version = "0.2.1";
sha256 = "00ssh60rxw7dg1dcfh8kr4mg9p7pvvvmjf9xd8kvxbrb9s3nkc4s";
buildDepends = [ fastLogger resourcet text transformers ];
meta = {
homepage = "https://github.com/kazu-yamamoto/logger";