blob: bf882924003baf1e9e4d7f0c1a93a11bc37b08c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<longdescription>
This package provides a typeclass for logging in
pure code, or more generally, in any kind of
context. You can do whatever you want with
logs, especially get them, clear them or even
sink them through `IO` if you're logging in
`(MonadIO m) => m`.
</longdescription>
<upstream>
<remote-id type="github">phaazon/monad-journal</remote-id>
</upstream>
</pkgmetadata>
|