From 74357cdedf90178253d5d812931cb78a9bdf54aa Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 5 Nov 2013 09:42:22 +0000 Subject: [PATCH] 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 --- gf.cabal | 1 + 1 file changed, 1 insertion(+) 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