summaryrefslogtreecommitdiff
blob: 63f1d83a3d381c35ae5e00733b3a3cb2ccef46b1 (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) =&gt; m`.
	</longdescription>
	<upstream>
		<remote-id type="github">phaazon/monad-journal</remote-id>
	</upstream>
</pkgmetadata>