Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported fields in Cabal file #26

Closed
peti opened this issue Nov 27, 2013 · 1 comment
Closed

Unsupported fields in Cabal file #26

peti opened this issue Nov 27, 2013 · 1 comment

Comments

@peti
Copy link

peti commented Nov 27, 2013

Cabal 1.16.0 (that's part of GHC 7.6.3) doesn't fully understand the build instructions:

Warning: diagrams-contrib.cabal: Unknown fields: extra-doc-files (line 17)

The complete build log is at http://hydra.cryp.to/build/25164/nixlog/1/raw.

@byorgey
Copy link
Member

byorgey commented Nov 27, 2013

Yes, I know. We are now using the extra-doc-files field which is new in 1.18. This warning is completely harmless, other than the fact that if you build the Haddock documentation with cabal 1.16, it will be missing the inline images. If that is important, as a workaround you can just manually copy diagrams/*.svg from the tarball into dist/doc/html/diagrams-contrib/diagrams/ (or wherever else the documentation is installed).

@byorgey byorgey closed this as completed Nov 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants