summaryrefslogtreecommitdiff
path: root/dev-haskell/base-prelude/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/base-prelude/metadata.xml')
-rw-r--r--dev-haskell/base-prelude/metadata.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-haskell/base-prelude/metadata.xml b/dev-haskell/base-prelude/metadata.xml
new file mode 100644
index 000000000000..ca9a5160de97
--- /dev/null
+++ b/dev-haskell/base-prelude/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ A library which aims to reexport all the non-conflicting and
+ most general definitions from the \&quot;base\&quot; 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 \&quot;base\&quot;.
+
+ /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 \&quot;base\&quot;.
+ Therefore it&#39;s recommended for the users of \&quot;base-prelude\&quot; to specify
+ the bounds of \&quot;base\&quot; as well.
+ </longdescription>
+</pkgmetadata>