23 lines
814 B
Nix
23 lines
814 B
Nix
# 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.7.2";
|
|
sha256 = "03q8l28rwrg00c2zcv0gr5fpis5xz8c5zspziay6p2grbwfxmwda";
|
|
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;
|
|
};
|
|
})
|