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

Make dot and ls dependencies not require GHC #4632

Merged
merged 4 commits into from Mar 18, 2019
Merged

Commits on Mar 17, 2019

  1. Refactor to make it clearer where dot needs EnvConfig

    This is towards addressing:
    
    * #4390
    * #4405
    snoyberg committed Mar 17, 2019
    Copy the full SHA
    e86cd86 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Add --global-hints flag for dot and ls dependencies

    This flag allows us to bypass the need for an installation of GHC for
    these commands, at the cost of not getting completely accurate
    information on packages that ship with GHC.
    
    * Fixes #4390
    * Closes #4405
    snoyberg committed Mar 18, 2019
    Copy the full SHA
    e34bfe2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    197fc25 View commit details
    Browse the repository at this point in the history
  3. Fix an hlint warning

    snoyberg committed Mar 18, 2019
    Copy the full SHA
    6913fbf View commit details
    Browse the repository at this point in the history