Use https by default
[gentoo.git] / dev-haskell / deepseq-generics / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>haskell</herd>
5         <longdescription>
6                 This package provides a "GHC.Generics"-based
7                 'Control.DeepSeq.Generics.genericRnf' function which can be used
8                 for providing a 'rnf' implementation. See the documentation for
9                 the 'genericRnf' function in the "Control.DeepSeq.Generics" module
10                 to get started.
11                 
12                 The original idea was pioneered in the @generic-deepseq@ package
13                 (see &lt;http://www.haskell.org/pipermail/haskell-cafe/2012-February/099551.html&gt;
14                 for more information).
15                 
16                 This package differs from the @generic-deepseq@ package by working
17                 in combination with the existing @deepseq@ package as opposed to defining a
18                 conflicting drop-in replacement for @deepseq@'s @Control.Deepseq@ module.
19         </longdescription>
20         <upstream>
21                 <remote-id type="github">hvr/deepseq-generics</remote-id>
22         </upstream>
23 </pkgmetadata>