summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorgdetrez <gdetrez@crans.org>2010-10-19 18:34:29 +0000
committergdetrez <gdetrez@crans.org>2010-10-19 18:34:29 +0000
commit1ed5b52a038e3a77a74433b9b3eaf21ac1c5e25b (patch)
treef1efff5f5b8baf6846e9770fdb2c2b07f9d42097 /gf.cabal
parent96433c29146fa79c2e54778dd1c6095d0a54fc1f (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.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/gf.cabal b/gf.cabal
index 23f4c5279..27464af8f 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -59,6 +59,7 @@ library
Data.Binary.Put
Data.Binary.Get
Data.Binary.Builder
+ Data.Binary.IEEE754
executable gf
build-depends: base >= 4.2,