Skip to content

Instantly share code, notes, and snippets.

@zmoazeni
Last active August 29, 2015 14:10
Show Gist options
  • Save zmoazeni/a035f72f0c9d0931f471 to your computer and use it in GitHub Desktop.
Save zmoazeni/a035f72f0c9d0931f471 to your computer and use it in GitHub Desktop.
Run interpreter and REPL using cabal sandbox packages
cabal exec -- ghci # starts ghci with cabal sandbox set
cabal exec -- runghc ... # runs runghc with cabal sandbox set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment