I’m looking to create a purescript repl that I can run anywhere, but when I run it, it needs ./.purs-repl
to import things and always writes the cache to ./.psci_modules
. It would appear that there is no way to change these. Is that true? If so, can we add flags to configure these?
1 Like