Use https by default
[gentoo.git] / dev-haskell / hashable / 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 defines a class, 'Hashable', for types that
7                 can be converted to a hash value.  This class
8                 exists for the benefit of hashing-based data
9                 structures.  The package provides instances for
10                 basic types and a way to combine hash values.
11         </longdescription>
12         <upstream>
13                 <remote-id type="github">tibbe/hashable</remote-id>
14         </upstream>
15 </pkgmetadata>