summaryrefslogtreecommitdiff
path: root/dev-haskell/case-insensitive/metadata.xml
blob: bf891490175ab9da357e05d3219a926546cde794 (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 "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>haskell@gentoo.org</email>
    <name>Gentoo Haskell</name>
  </maintainer>
  <longdescription>
		The module @Data.CaseInsensitive@ provides the 'CI' type
		constructor which can be parameterised by a string-like
		type like: 'String', 'ByteString', 'Text',
		etc.. Comparisons of values of the resulting type will be
		insensitive to cases.
	</longdescription>
  <origin>srcux</origin>
</pkgmetadata>