<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/runtime/haskell/Data/Binary/IEEE754.lhs, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=master</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2017-09-04T07:55:17+00:00</updated>
<entry>
<title>move the custom Binary package back to src/runtime/haskell</title>
<updated>2017-09-04T07:55:17+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2017-09-04T07:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=4fe9f88128515a75f790c353190f340c4179d464'/>
<id>urn:sha1:4fe9f88128515a75f790c353190f340c4179d464</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a cabal flag to use the standard binary package</title>
<updated>2013-10-31T15:43:12+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-10-31T15:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=83a10ce25a2c92fec24400773aca640a873fb2e8'/>
<id>urn:sha1:83a10ce25a2c92fec24400773aca640a873fb2e8</id>
<content type='text'>
The standard binary package has improved efficiency and error handling [1], so
in the long run we should consider switching to it. At the moment, using it is
possible but not recommended, since it results in incomatible PGF files.

The modified modules from the binary package have been moved from
src/runtime/haskell to src/binary.

[1] http://lennartkolmodin.blogspot.se/2013/03/binary-07.html
</content>
</entry>
<entry>
<title>ghc-7.6: add missing Num instance for Bits</title>
<updated>2013-03-09T21:19:53+00:00</updated>
<author>
<name>Sergei Trofimovich</name>
<email>slyfox@community.haskell.org</email>
</author>
<published>2013-03-09T21:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5b688b635993ca7308221aef852fac84fc102847'/>
<id>urn:sha1:5b688b635993ca7308221aef852fac84fc102847</id>
<content type='text'>
Fixes the following build failure:
    src/runtime/haskell/Data/Binary/IEEE754.lhs:256:17:
        Could not deduce (Num a) arising from a use of `mask'
        from the context (Bits a)
          bound by the type signature for
                     clamp :: Bits a =&gt; BitCount -&gt; a -&gt; a

</content>
</entry>
<entry>
<title>In the haskell code, we make the binary representation of the doubles compliant with IEEE 754.</title>
<updated>2010-10-19T18:34:29+00:00</updated>
<author>
<name>gdetrez</name>
<email>gdetrez@crans.org</email>
</author>
<published>2010-10-19T18:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=1ed5b52a038e3a77a74433b9b3eaf21ac1c5e25b'/>
<id>urn:sha1:1ed5b52a038e3a77a74433b9b3eaf21ac1c5e25b</id>
<content type='text'>
The default binary representation in haskell's Data.Binary package is
homemade and quite complicated. Making it compliant with IEEE 754 will
make it easyer for the java runtimes (and probably others) to load the
PGF.


</content>
</entry>
</feed>
