diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-30 12:05:55 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:03:02 +0100 |
commit | 29da83f2a58292173c5d6d2813df5f8d1501aa5e (patch) | |
tree | 93365b007a24f8b2921ba7adc7cac618080a32f0 /dev-haskell/rebase/metadata.xml | |
parent | dev-haskell/semigroupoids: bump up to 5.3.4 (diff) | |
download | gentoo-29da83f2a58292173c5d6d2813df5f8d1501aa5e.tar.gz gentoo-29da83f2a58292173c5d6d2813df5f8d1501aa5e.tar.bz2 gentoo-29da83f2a58292173c5d6d2813df5f8d1501aa5e.zip |
dev-haskell/rebase: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/rebase/metadata.xml')
-rw-r--r-- | dev-haskell/rebase/metadata.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/rebase/metadata.xml b/dev-haskell/rebase/metadata.xml new file mode 100644 index 000000000000..f74069f161de --- /dev/null +++ b/dev-haskell/rebase/metadata.xml @@ -0,0 +1,27 @@ +<?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> + This package is intended for those who are tired of keeping + long lists of dependencies to the same essential libraries in each package + as well as the endless imports of the same APIs all over again. + It also supports the modern tendencies in the language. + + To solve those problems this package does the following: + + * Reexport the original APIs under the \"Rebase\" namespace. + + * Export all the possible non-conflicting symbols from the \"Rebase.Prelude\" module. + + * Give priority to the modern practices in the conflicting cases. + + The policy behind the package is only to reexport the non-ambiguous + and non-controversial APIs, which the community has obviously settled on. + The package is intended to rapidly evolve with the contribution from the community, + with the missing features being added with pull-requests. + </longdescription> +</pkgmetadata> |