mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
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:
2
gf.cabal
2
gf.cabal
@@ -86,7 +86,7 @@ Library
|
|||||||
Data.Binary.Builder
|
Data.Binary.Builder
|
||||||
Data.Binary.IEEE754
|
Data.Binary.IEEE754
|
||||||
else
|
else
|
||||||
build-depends: binary
|
build-depends: binary, data-binary-ieee754
|
||||||
|
|
||||||
ghc-options: -fwarn-unused-imports
|
ghc-options: -fwarn-unused-imports
|
||||||
if impl(ghc>=7.8)
|
if impl(ghc>=7.8)
|
||||||
|
|||||||
Reference in New Issue
Block a user