I figured out the problem. I had somehow forgotten that because I had build
Yi in a sandbox, I needed to launch it with some environment variables. The
easiest way is to create a script, like so:
#!/usr/bin/env bash
YI_DIR=$HOME/programming/yi/yi
env CABAL_SANDBOX_CONFIG=$YI_DIR/cabal.sandbox.config cabal exec
$YI_DIR/dist/build/yi/yi -- "$@"
--
--
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
---
You received this message because you are subscribed to the Google Groups
"yi.devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.