deb_control_files:
- control
- md5sums
deb_fields:
Architecture: amd64
Depends: libghc-base-prof-4.15.1.0-6a406, libghc-contravariant-prof-1.5.5-b4054,
libghc-exceptions-prof-0.10.4-c14ff, libghc-lumberjack-dev (= 1.0.1.0-2+b1), libghc-mtl-prof-2.2.2-e3bae,
libghc-prettyprinter-ansi-terminal-prof-1.1.3-cd6ac, libghc-prettyprinter-prof-1.7.1-c341b,
libghc-text-prof-1.2.5.0-8553e, libghc-time-prof-1.9.3-bda76
Description: |-
Trek through your code forest and make logs; profiling libraries
This is a logging facility. Yes, there are many, and this is the one
with a beard, wearing flannel and boots, that gets the job done. It's
not the fanciest, it doesn't have a cargo-van full of features. This
logger is designed to be straightforward to use, provide a good set of
standard features, and be useable across a broad set of code.
.
* Logging itself is a monadic activity. This activity is most often
performed in a monad stack with a MonadIO context to allow
writing to files.
.
* The specific logging action implementations are managed separately
from the actions of logging messages in the target code. This
allows logging to be configurable and the manner of logging to
be specified at startup time without requiring changes in the
code from which log messages are being generated.
.
* The logging implementation code can use contravariant functors to
adjust existing logging.
.
* Main code will typically retrieve the logging actions from a Reader
context in your monad stack. That said, Log actions are not tied
to an enclosing Monad. There are helpers to support a Monad which
can store Log actions, but Log actions can also be explicitly
passed and used.
.
* The prettyprinter package is used for formatting.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Homepage: https://github.com/GaloisInc/lumberjack
Installed-Size: '467'
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Package: libghc-lumberjack-prof
Priority: optional
Provides: libghc-lumberjack-prof-1.0.1.0-3ef76
Section: haskell
Source: haskell-lumberjack (1.0.1.0-2)
Version: 1.0.1.0-2+b1
srcpkg_name: haskell-lumberjack
srcpkg_version: 1.0.1.0-2