summaryrefslogtreecommitdiff
path: root/dev-haskell/deriving-compat/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/deriving-compat/metadata.xml
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/deriving-compat/metadata.xml')
-rw-r--r--dev-haskell/deriving-compat/metadata.xml54
1 files changed, 0 insertions, 54 deletions
diff --git a/dev-haskell/deriving-compat/metadata.xml b/dev-haskell/deriving-compat/metadata.xml
deleted file mode 100644
index 047211a1b6d5..000000000000
--- a/dev-haskell/deriving-compat/metadata.xml
+++ /dev/null
@@ -1,54 +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>
- Provides Template Haskell functions that mimic deriving
- extensions that were introduced or modified in recent versions
- of GHC. Currently, the following extensions are covered:
-
- * @DeriveFoldable@
-
- * @DeriveFunctor@
-
- * @DeriveTraversable@
-
- The following changes have been backported:
-
- * In GHC 8.0, @DeriveFoldable@ was changed to allow folding
- over data types with existential constraints.
-
- * In GHC 8.0, @DeriveFoldable@ and @DeriveTraversable@ were
- changed so as not to generate superfluous @mempty@ or @pure@
- expressions in generated code. As a result, this allows
- deriving @Traversable@ instances for datatypes with unlifted
- argument types.
-
- * In GHC 8.0, deriving @Show@ was changed so that constructor fields
- with unlifted types are no longer shown with parentheses, and
- the output of showing an unlifted type is suffixed with the same
- number of hash signs as the corresponding primitive literals.
-
- * In GHC 8.2, deriving `Ord` was changed so that it generates concrete
- @if@-expressions that are not subject to @RebindableSyntax@.
-
- Note that some recent GHC extensions are not covered by this package:
-
- * @DeriveGeneric@, which was introducted in GHC 7.2 for deriving
- @Generic@ instances, and modified in GHC 7.6 to allow derivation
- of @Generic1@ instances. Use @Generics.Deriving.TH@ from
- @&lt;http://hackage.haskell.org/package/generic-deriving generic-deriving&gt;@
- to derive @Generic(1)@ using Template Haskell.
-
- * @DeriveLift@, which was introduced in GHC 8.0 for deriving
- @Lift@ instances. Use @Language.Haskell.TH.Lift@ from
- @&lt;http://hackage.haskell.org/package/th-lift th-lift&gt;@
- to derive @Lift@ using Template Haskell.
- </longdescription>
- <upstream>
- <remote-id type="github">haskell-compat/deriving-compat</remote-id>
- </upstream>
-</pkgmetadata>