I cloned the repo and successfully started a ghci instance. When doing :l src/Market/Trace.hs however, it gave me an error:
<no location info>: warning: [-Wmissing-home-modules]
These modules are needed for compilation but not listed in your .cabal file's other-modules:
Market.Offchain Market.Onchain Market.Types Utility
I cloned the repo and successfully started a ghci instance. When doing
:l src/Market/Trace.hshowever, it gave me an error: