-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bindist doesn't install haddock
binary
#5
Comments
I was under the impression that I did make the binaries with Also, the linux binaries in the official ghc download page do not contain the |
This GHC issue implies that it's expected for official GHC bindists to include
Do you recall which BuildFlavour you're using to build these? I think the official bindists use
N.B.: Stack expects haddocks to be included with the bindist as well in order for Of course you are welcome to package bindists however works for your use case, but it'd be beautiful if Stack could build on your excellent work putting together the bindists without extra duplication of effort. |
Well, it appears that |
I uploaded a new set of binaries for ghc 8.6.5 which include |
That seems to work great! It passes stack-2.1's more stringent sanity checks, and |
* the bindists are not official * we have to allow curl to follow redirects, because github hosts on AWS * bindists are built without haddock support, so those symlinks must be conditional for now, see redneb/ghc-alt-libc#5
The bindist in ghc-8.6.5-x86_64-unknown-linux-musl.tar.xz doesn't appear to install
haddock
when installed using./configure --prefix=… && make install
on Alpine Linux.I haven't checked any other bindists, so not sure if this is specific to this bindist or applies to all of them.
(I'm investigating whether these bindists can be used to add first-class Alpine/musl support to Stack, and it's looking very promising aside from this. See commercialhaskell/stack#2387 (comment).)
The text was updated successfully, but these errors were encountered: