summaryrefslogtreecommitdiff
path: root/dev-haskell/prettyprinter/metadata.xml
blob: 0716035aef08cf40bf8e5b5cd14995dd0196dbc9 (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://srcux.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>srcux</origin>
</pkgmetadata>