Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interpreter: Provide a way to hide implicit packages
Always pass all the explicitly specified packages in the script to ghc command line. Also allow ghc options to be specified from the interpreter command. This will give user the flixibility to, for example, use '-hide-all-packages' ghc option. Like this: {- stack runghc --package base --package exceptions --package transformers --package containers --package getopt-generics --package filepath --package path --package path-io --package process --package unix-compat -- -hide-all-packages -} fixes #1208
- Loading branch information