Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Preserve order of extra-source-files from existing .cabal file #632

Open
@webdevred

Description

Problem:
hpack reorders files in the extra-source-files section, which affects diff readability. Related: #617

Expected behavior:
Keep the original order exactly as written.

Example:

-- Before (Gild)

extra-source-files:
 README.md
 examples/jbeam/fender.jbeam
 examples/jbeam/frame.jbeam
 examples/jbeam/suspension.jbeam

-- After (hpack)

extra-source-files:
 README.md
 JBFL_DOCS.md
 examples/README.md
 examples/jbeam/fender.jbeam
 examples/jbeam/frame.jbeam
 examples/jbeam/suspension.jbeam

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /