Created
June 8, 2015 12:27
-
-
Save dpwiz/a300f7c9c545aaf69292 to your computer and use it in GitHub Desktop.
Run yesod devel within the current (stackage-shared) sandbox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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