hpack icon indicating copy to clipboard operation
hpack copied to clipboard

No asm-sources field?

Open lierdakil opened this issue 6 months ago • 2 comments

Running into a bit of an issue, newer stack refuses to compile asm sources listed in c-sources and hpack doesn't have asm-sources. Suggestions?

lierdakil avatar Dec 30 '23 14:12 lierdakil

Okay, after some fumbling about, liberal use of verbatim kinda works.

Cabal since 3.10 or something doesn't allow assembly files in c-sources, and stack follows that. So the lack of asm-sources field is quite annoying when you want to bundle some assembly.

lierdakil avatar Dec 30 '23 14:12 lierdakil

This should be an easy addition. And yes, please use verbatim for the time being.

sol avatar Dec 31 '23 05:12 sol