conda-forge / ghc-feedstock

A conda-smithy repository for ghc.
BSD 3-Clause "New" or "Revised" License
2 stars 15 forks source link

ENH Build & install haddock #25

Open luispedro opened 3 years ago

luispedro commented 3 years ago

Without haddock, stack will not recognize this as a valid GHC installation.

Checklist

Built locally and verified that the result is usable with stack

conda-forge-linter commented 3 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

luispedro commented 3 years ago

It seems this will not work on linux_aarch64 as it is cross-compiling (at least according to the logs).

I can special-case it and not build haddock there, but at least it would be built for the other platforms.

luispedro commented 3 years ago

Now builds on linux_aarch64 as well, but does not build haddock there (thus, behaving like before).

luispedro commented 2 years ago

Any chance this can get merged? It allows one to use it with stack even if haddock is not necessarily needed

xhochy commented 2 years ago

I would like to merge this into #24 and hope to spent some time on that in the next days again.

luispedro commented 2 years ago

Thanks for the update! Looking forward to seeing working