diff options
| author | gdetrez <gdetrez@crans.org> | 2010-10-19 18:34:29 +0000 |
|---|---|---|
| committer | gdetrez <gdetrez@crans.org> | 2010-10-19 18:34:29 +0000 |
| commit | 1ed5b52a038e3a77a74433b9b3eaf21ac1c5e25b (patch) | |
| tree | f1efff5f5b8baf6846e9770fdb2c2b07f9d42097 /gf.cabal | |
| parent | 96433c29146fa79c2e54778dd1c6095d0a54fc1f (diff) | |
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.
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ library Data.Binary.Put Data.Binary.Get Data.Binary.Builder + Data.Binary.IEEE754 executable gf build-depends: base >= 4.2, |
