Closed ccfontes closed 1 year ago
Problem: For now, the user needs to configure codegen both in stack.yml and pack.toml.
codegen
stack.yml
pack.toml
Solution: Hack an idris2-pack fork to allow passing --cg <codegen> to build command
--cg <codegen>
Fixed by #26
Problem: For now, the user needs to configure
codegen
both instack.yml
andpack.toml
.Solution: Hack an idris2-pack fork to allow passing
--cg <codegen>
to build command