Description
When I modify code and run purs compile --codegn corefn the corefn.json file is not updated unless one deletes it first.
To Reproduce
Compile your project with
purs compile --codegen corefn **/*.purs
Modify one of the modules and recompile it with the same command.
Expected behavior
coregn.json should be updated.
PureScript version
0.13.8
Description
When I modify code and run
purs compile --codegn corefnthecorefn.jsonfile is not updated unless one deletes it first.To Reproduce
Compile your project with
Modify one of the modules and recompile it with the same command.
Expected behavior
coregn.jsonshould be updated.PureScript version
0.13.8