Skip to content

Preserve tested-with formatting from existing .cabal file #631

Description

@webdevred

Problem:
hpack changes capitalization and spacing in the tested-with section, breaking Gild formatting. Related: #617

Expected behavior:
Maintain exact formatting, including capitalization, spacing, and commas.

Example:

-- Before (Gild-formatted)

tested-with:
  ghc ==9.4.7
  ghc ==9.6.6

-- After (hpack)

tested-with:
  GHC == 9.4.7,
  GHC == 9.6.6

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions