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

GHC 9.6.1 Support #124

Merged
merged 15 commits into from
Mar 20, 2023
Merged

GHC 9.6.1 Support #124

merged 15 commits into from
Mar 20, 2023

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    756a524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4834ebc View commit details
    Browse the repository at this point in the history
  3. Compiles with GHC 9.6.1 alpha 1

    But not with tests yet, need to sort out overlay for unix-compat
    alanz committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    33996a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    a84dd26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eebd1c View commit details
    Browse the repository at this point in the history
  3. All tests pass, including new GHC 9.6.1 alpha1 ones

    Provided I cherry pick
    
    !9711 EPA: Add annotation for 'type' in DataDecl
    !9712 EPA: Add SourceText to HsOverLabel
    
    onto the ghc-9.6 branch.
    alanz committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    94e5e28 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    2fe94bd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Fix layout with HsOverLabel.

    This clears some of the hackage roundtrip problems.
    Remaining two relate to printing comments.
    alanz committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    2b892d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. After successful roundtrip

    168984 files
    alanz committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    8b2ab10 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. use default from Data.Default

    wz1000 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    58d8882 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Confirm operation with GHC 9.6.1

    Configure without head.hackage or allow-newer.
    
    Compiles and passes all tests.
    alanz committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    c5760e3 View commit details
    Browse the repository at this point in the history
  2. Update CI to include GHC 9.6.1

    alanz committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    73547ed View commit details
    Browse the repository at this point in the history
  3. Tweak CI

    alanz committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    f8ef8cc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #123 from wz1000/ghc-9.6

    use default from Data.Default
    alanz authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    a92e4a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Remove filemanip dependency

    Its transitive dependency unix-compat is not updated on hackage, and
    there is an easy replacement for file searching.
    alanz committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    db5e8ab View commit details
    Browse the repository at this point in the history