You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packages fail to build on the hackage server itself, apparently due to issues with dependencies. From the build log on Hackage:
/bin/sh: 1: bnfc: not found
I believe the solution to this rests in adding build-tool-depends: to each section that needs bnfc, alex and happy in the cabal files. Changes to the Setup.hs files may also be necessary (or adding those sections may simplify things).
There's also an option to indicate that some files are being automatically generated.
The text was updated successfully, but these errors were encountered:
ivanperez-keera
changed the title
Hackage packages fail to build
Packages build locally but fail to build on hackage server
May 23, 2024
Packages fail to build on the hackage server itself, apparently due to issues with dependencies. From the build log on Hackage:
I believe the solution to this rests in adding
build-tool-depends:
to each section that needsbnfc
,alex
andhappy
in the cabal files. Changes to theSetup.hs
files may also be necessary (or adding those sections may simplify things).There's also an option to indicate that some files are being automatically generated.
The text was updated successfully, but these errors were encountered: