Closed
Description
I have a project that I am working on that is quite complex. The build-type is custom, and Setup.hs uses the autoconfUserhooks so it also generate a .buildinfo file.
The configure build-type could not be used because I uses Setup.hs to generate the project's autogen modules.
There are two issues. The auto generated modules are not created and must be manually copied from dist-newstyle to the corresponding directory in hie-bios, and the buildinfo file appears to be ignored.
The project builds fine, but hls cannot be used.