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

show-build-info (lib:Cabal part) #6108

Merged
merged 5 commits into from
Jun 25, 2019
Merged

Commits on Jun 25, 2019

  1. Add show-build-info command in lib:Cabal

    This allows users to get a JSON representation of various information
    about how Cabal would go about building a package. The output of this
    command is intended for external tools and therefore the format should
    remain stable.
    bgamari authored and 23Skidoo committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    11bede9 View commit details
    Browse the repository at this point in the history
  2. Rebase and polish show-build-info implementation

    This commit builds upon the work of cfraz89 and completes
    the lib:Cabal part of the show-build-info feature.
    
    Co-authored-by: Chris Fraser <[email protected]>
    2 people authored and 23Skidoo committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    831a75e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e1976e View commit details
    Browse the repository at this point in the history
  4. Formatting.

    23Skidoo committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    cff7a61 View commit details
    Browse the repository at this point in the history
  5. Small refactoring.

    23Skidoo committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    ac1fc0f View commit details
    Browse the repository at this point in the history