Use https by default
[gentoo.git] / dev-haskell / fmlist / 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                 FoldMap lists are lists represented by their foldMap function.
7                 FoldMap lists have O(1) cons, snoc and append, just like DLists,
8                 but other operations might have favorable performance
9                 characteristics as well. These wild claims are still completely
10                 unverified though.
11         </longdescription>
12         <upstream>
13                 <remote-id type="github">sjoerdvisscher/fmlist</remote-id>
14         </upstream>
15 </pkgmetadata>