-
Notifications
You must be signed in to change notification settings - Fork 696
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
cabal haddock fails on cabal-1.20 tree #1790
Comments
(i only tested using gcc rather than clang, someone else should try eg CPPHS :) ) |
Can/should we do something about this in Cabal? |
@23Skidoo I don't think we can. There was some talks about doing Haddock hacks, but I didn't see a plausible one. Closing as a clang issue. |
Fyi, see also #1740 of which this is a duplicate IMO |
Hi, I'm hit by this issue too and using gcc 4.9 didn't solve it. I had to use |
I'm hitting the same issue right now on Yosemite with the binary build of GHC 7.8.3. What is the proposed solution to this? How should I setup my compiler to avaoid this? |
when i run cabal haddock on the ./cabal subtree of cabal 1.20,
it fails with
likewise
ghc-pkg check
after i've done acabal install
gives meWarning: haddock-interfaces: /Users/carter/.cabal/share/doc/x86_64-osx-ghc-7.8.2/Cabal-1.20.0.0/html/Cabal.haddock doesn't exist or isn't a file
@tibbe suggested it might be a clang cpp issue, so I swapped over to using GCC instead and now it works!
This will impact normal mac users whose ghc defaults to using clang or the gcc aliasing to clang
The text was updated successfully, but these errors were encountered: