summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-11-05 09:42:22 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-11-05 09:42:22 +0000
commit74357cdedf90178253d5d812931cb78a9bdf54aa (patch)
treeeb8d182f6d1273d6bb8d66380296e12c4e897def
parent6e1451e1429224bc617e26b9e3e3a7af767e9338 (diff)
fix in gf.cabal. Data.Binary.IEEE754 needs to be in the other-modules list for the PGF library since otherwise building GF applications will fail
-rw-r--r--gf.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/gf.cabal b/gf.cabal
index 7922eb556..22e50ae0a 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -77,6 +77,7 @@ library
Data.Binary.Put
Data.Binary.Get
Data.Binary.Builder
+ Data.Binary.IEEE754
else
build-depends: binary