summaryrefslogtreecommitdiff
path: root/dev-haskell/prettyprinter/metadata.xml
blob: 51d66aedbcc887f0c0c9aecd0252dc83534e8f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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'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>
  <origin>baldeagleos-repo</origin>
</pkgmetadata>