Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpreter: Provide a way to hide implicit packages #2480

Merged
merged 1 commit into from
Aug 13, 2016

Commits on Aug 13, 2016

  1. 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
    harendra-kumar committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    a06e427 View commit details
    Browse the repository at this point in the history