diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-01 11:21:33 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-01 12:56:16 +0000 |
commit | 1d3b30e96e55d0b0aa33e2293faef6ca432d2ff4 (patch) | |
tree | 7d2edc752eb0aab2686f60e8d4c58c3753958260 /dev-haskell/uniplate/metadata.xml | |
parent | dev-haskell/uniqueid: update to EAPI=7 (diff) | |
download | gentoo-1d3b30e96e55d0b0aa33e2293faef6ca432d2ff4.tar.gz gentoo-1d3b30e96e55d0b0aa33e2293faef6ca432d2ff4.tar.bz2 gentoo-1d3b30e96e55d0b0aa33e2293faef6ca432d2ff4.zip |
dev-haskell/uniplate: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/uniplate/metadata.xml')
-rw-r--r-- | dev-haskell/uniplate/metadata.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-haskell/uniplate/metadata.xml b/dev-haskell/uniplate/metadata.xml index fd8349c40e4b..b7878815d80d 100644 --- a/dev-haskell/uniplate/metadata.xml +++ b/dev-haskell/uniplate/metadata.xml @@ -5,34 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - Uniplate is library for writing simple and concise generic operations. - Uniplate has similar goals to the original Scrap Your Boilerplate work, - but is substantially simpler and faster. The Uniplate manual is available at - <http://community.haskell.org/~ndm/darcs/uniplate/uniplate.htm>. - - To get started with Uniplate you should import one of the three following - modules: - - * "Data.Generics.Uniplate.Data" - to quickly start writing generic functions. - Most users should start by importing this module. - - * "Data.Generics.Uniplate.Direct" - a replacement for "Data.Generics.Uniplate.Data" - with substantially higher performance (around 5 times), but requires writing - instance declarations. - - * "Data.Generics.Uniplate.Operations" - definitions of all the operations defined - by Uniplate. Both the above two modules re-export this module. - - In addition, some users may want to make use of the following modules: - - * "Data.Generics.Uniplate.Zipper" - a zipper built on top of Uniplate instances. - - * "Data.Generics.SYB" - users transitioning from the Scrap Your Boilerplate library. - - * "Data.Generics.Compos" - users transitioning from the Compos library. - - * "Data.Generics.Uniplate.DataOnly" - users making use of both @Data@ and @Direct@ - to avoid getting instance conflicts. - </longdescription> </pkgmetadata> |