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

Add formatting plugin for cabal files which uses cabal-fmt #2047

Merged
merged 4 commits into from
Nov 11, 2022

Commits on Nov 10, 2022

  1. Add plugin for formatting cabal files using cabal-fmt

    Jana Chadt authored and fendor committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    59e502f View commit details
    Browse the repository at this point in the history
  2. Add 'isolateTests' cabal flag to make plugin install cabal-fmt

    For CI, we want to run the tests with a specific cabal-fmt version,
    installed automatically by cabal.
    However, locally, we might want to test with a locally installed
    cabal-fmt version.
    This flag allows developers to either let cabal install the
    build-tool-depends or install a fitting version locally.
    fendor committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c2ef089 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97aefa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd91837 View commit details
    Browse the repository at this point in the history