forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
23 lines (20 loc) · 945 Bytes
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
A library which aims to reexport all the non-conflicting and
most general definitions from the \"base\" package.
This includes APIs for applicatives, arrows, monoids, foldables, traversables,
exceptions, generics, ST, MVars and STM.
This package will never have any dependencies other than \"base\".
/Versioning policy/
The versioning policy of this package deviates from PVP in the sense
that its exports in part are transitively determined by the version of \"base\".
Therefore it's recommended for the users of \"base-prelude\" to specify
the bounds of \"base\" as well.
</longdescription>
</pkgmetadata>