2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-11 09:14:39 +01:00
|
|
|
{ cabal, blazeBuilder, conduit, conduitExtra, exceptions
|
|
|
|
, fastLogger, liftedBase, monadControl, monadLoops, mtl, resourcet
|
|
|
|
, stm, stmChans, text, transformers, transformersBase
|
2012-12-03 15:11:05 +00:00
|
|
|
}:
|
2012-08-09 10:36:45 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "monad-logger";
|
2014-08-04 10:11:07 +01:00
|
|
|
version = "0.3.7.1";
|
|
|
|
sha256 = "0imr1bgcpfm19a91r4i6lii7gycx77ysfrdri030zr2jjrvggh9i";
|
2012-12-03 15:11:05 +00:00
|
|
|
buildDepends = [
|
2014-04-11 09:14:39 +01:00
|
|
|
blazeBuilder conduit conduitExtra exceptions fastLogger liftedBase
|
|
|
|
monadControl monadLoops mtl resourcet stm stmChans text
|
|
|
|
transformers transformersBase
|
2012-12-03 15:11:05 +00:00
|
|
|
];
|
2012-08-09 10:36:45 +01:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|