gf.cabal: fix depend in --flags=-custom-binary case

Detected when building today:

Building gf-3.6...
Preprocessing library gf-3.6...

src/runtime/haskell/PGF/Internal.hs:17:8:
    Could not find module ‘Data.Binary.IEEE754’
    It is a member of the hidden package ‘data-binary-ieee754-0.4.4’.
    Perhaps you need to add ‘data-binary-ieee754’ to the build-depends in your .cabal file.
This commit is contained in:
Sergei Trofimovich
2014-07-25 14:41:11 +00:00
parent ea6aa6dc02
commit b154361e24

View File

@@ -86,7 +86,7 @@ Library
Data.Binary.Builder
Data.Binary.IEEE754
else
build-depends: binary
build-depends: binary, data-binary-ieee754
ghc-options: -fwarn-unused-imports
if impl(ghc>=7.8)