24 lines
815 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, blazeBuilder, conduit, conduitExtra, exceptions
, fastLogger, liftedBase, monadControl, monadLoops, mtl, resourcet
, stm, stmChans, text, transformers, transformersBase
}:
cabal.mkDerivation (self: {
pname = "monad-logger";
version = "0.3.10.1";
sha256 = "1m1bcx995w283a0jcwqn8z3daafybndhj4y0xxgccip8038xf0rl";
buildDepends = [
blazeBuilder conduit conduitExtra exceptions fastLogger liftedBase
monadControl monadLoops mtl resourcet stm stmChans text
transformers transformersBase
];
meta = {
homepage = "https://github.com/kazu-yamamoto/logger";
description = "A class of monads which can log messages";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})