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

This commit is contained in:
kr.angelov
2013-11-05 09:42:22 +00:00
parent 6e1451e142
commit 74357cdedf

View File

@@ -77,6 +77,7 @@ library
Data.Binary.Put
Data.Binary.Get
Data.Binary.Builder
Data.Binary.IEEE754
else
build-depends: binary