1
0
forked from GitHub/gf-core

In the haskell code, we make the binary representation of the doubles compliant with IEEE 754.

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.
This commit is contained in:
gdetrez
2010-10-19 18:34:29 +00:00
parent 96433c2914
commit 1ed5b52a03
3 changed files with 410 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ library
Data.Binary.Put
Data.Binary.Get
Data.Binary.Builder
Data.Binary.IEEE754
executable gf
build-depends: base >= 4.2,