diff options
Diffstat (limited to 'dev-haskell/deepseq-generics/metadata.xml')
-rw-r--r-- | dev-haskell/deepseq-generics/metadata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-haskell/deepseq-generics/metadata.xml b/dev-haskell/deepseq-generics/metadata.xml new file mode 100644 index 000000000000..45adca012f26 --- /dev/null +++ b/dev-haskell/deepseq-generics/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + This package provides a "GHC.Generics"-based + 'Control.DeepSeq.Generics.genericRnf' function which can be used + for providing a 'rnf' implementation. See the documentation for + the 'genericRnf' function in the "Control.DeepSeq.Generics" module + to get started. + + The original idea was pioneered in the @generic-deepseq@ package + (see <http://www.haskell.org/pipermail/haskell-cafe/2012-February/099551.html> + for more information). + + This package differs from the @generic-deepseq@ package by working + in combination with the existing @deepseq@ package as opposed to defining a + conflicting drop-in replacement for @deepseq@'s @Control.Deepseq@ module. + </longdescription> + <upstream> + <remote-id type="github">hvr/deepseq-generics</remote-id> + </upstream> +</pkgmetadata> |