Skip to content

Instantly share code, notes, and snippets.

@dpwiz
Created June 8, 2015 12:27
Show Gist options
  • Save dpwiz/a300f7c9c545aaf69292 to your computer and use it in GitHub Desktop.
Save dpwiz/a300f7c9c545aaf69292 to your computer and use it in GitHub Desktop.
Run yesod devel within the current (stackage-shared) sandbox
SANDBOX=`python -c 'print([l.split()[-1] for l in open("cabal.sandbox.config") if "prefix" in l][0])'`
PATH=$SANDBOX/bin:$PATH yesod devel -p 1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment