Missing modules when building
Closed this issue · 2 comments
athas commented
proto/CodeGen/DataGen.hs:16:8:
Could not find module ‘Contract.Date’
Use -v to see a list of the files searched for.
proto/CodeGen/DataGen.hs:18:8:
Could not find module ‘LexifiContracts’
Use -v to see a list of the files searched for.
proto/CodeGen/OpenclGen.hs:17:8:
Could not find module ‘Contract.Transform’
Use -v to see a list of the files searched for.
proto/CodeGen/Utils.hs:8:8:
Could not find module ‘Contract.Expr’
Use -v to see a list of the files searched for.
proto/CodeGen/Utils.hs:9:8:
Could not find module ‘Contract.Type’
Use -v to see a list of the files searched for.
proto/Pricing.hs:7:8:
Could not find module ‘Contract’
Use -v to see a list of the files searched for.
annenkov commented
Have you used --recursive option when cloning repository? It looks like "contracts" directory is missing.
I've also fixed Makefile (not related to this issue) you should possibly pull recent changes.
athas commented
I did not. It seems to work now, thanks.