Use https by default
[gentoo.git] / dev-haskell / ieee754 / 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         Utilities for dealing with IEEE floating point numbers, ported from the Tangoi
7         math library; approximate and exact equality comparisons for general types. 
8         </longdescription>
9         <use>
10                 <flag name="big_endian">Build for a big endian machine. Beware that only little endian machines have been tested.</flag>
11         </use>
12         <upstream>
13                 <remote-id type="github">patperry/hs-ieee754</remote-id>
14         </upstream>
15 </pkgmetadata>