summaryrefslogtreecommitdiff
path: root/dev-haskell/prettyprinter/metadata.xml
blob: fcd7bf78e9759fd78cb303c87b5aa50d5d924849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<use>
		<flag name="buildreadme">Build the readme generator</flag>
		<flag name="text">While it&#39;s a core value of @prettyprinter@ to use @Text@, there are rare
circumstances (mostly when @prettyprinter@ arises as a dependency of
test suites of packages like @bytestring@ or @text@ themselves) when
this is inconvenient. In this case one can disable this flag, so that
@prettyprinter@ fallbacks to @String@.</flag>
	</use>
	<upstream>
		<remote-id type="hackage">prettyprinter</remote-id>
		<remote-id type="github">quchen/prettyprinter</remote-id>
	</upstream>
</pkgmetadata>