pandoc does not work due to haskell module issues #150
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
pandocis failing due to library issues. ALHP.GO does not build haskell modules because of dependency issues. It seems pandoc is also affected by this isuueAs an experiment, I tried to build pandoc from the source. It failed due to the same library issues.
Building
haskell-skylighting-coreand thenpandocfrom the source worked.I'm not sure what to do here. Neitherpandocnorhaskell-skylighting-coreare being build by ALHP (since they are both from the haskell eco.). Besides that I can't even reproduce the issue you are having.Can you elaborate what part of this issue affects ALHP?Oh, you're talking about why
pandocis failing? Must have read too quickly the first time. Well, is this even worth discussing (it won't get build by ALHP anyways)? It's part of the haskell ecosystem as mentioned, and with the current buildserver I simply do not have the necessary capacity to build them at this point. Originally haskell was excluded because ALHP did not check dependencies before building, but this has long been added. Haskell packages tend to be updated frequently, and we barley manage to keep the current v2 + v3 repos up to date. I don't think its wise to add more load at this point.If there is anything more to add here feel free to reopen.