summaryrefslogtreecommitdiff
path: root/dev-haskell/uniplate/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/uniplate/metadata.xml
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/uniplate/metadata.xml')
-rw-r--r--dev-haskell/uniplate/metadata.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-haskell/uniplate/metadata.xml b/dev-haskell/uniplate/metadata.xml
deleted file mode 100644
index fd8349c40e4b..000000000000
--- a/dev-haskell/uniplate/metadata.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?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>
- 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
- &lt;http://community.haskell.org/~ndm/darcs/uniplate/uniplate.htm&gt;.
-
- 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>