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

Support GHC 9.4 #2532

Merged
merged 9 commits into from
Oct 6, 2023
Merged

Support GHC 9.4 #2532

merged 9 commits into from
Oct 6, 2023

Commits on Aug 25, 2023

  1. chore: enable CPP in Dhall.DirectoryTree

    Adding a \ to the escaped newlines appears to make CPP generate valid
    haskell without getting stuck.
    lrworth committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    838bd1d View commit details
    Browse the repository at this point in the history
  2. feat: support unix-compat 0.8

    In unix-compat 0.7, `getUserEntryForName` threw an exception when called
    on Windows. unix-compat 0.8 removes it entirely. To increase likelihood
    of this change being merged, the behaviour of the 0.7 version has been
    incorporated into Dhall.DirectoryTree.
    lrworth committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    11285ec View commit details
    Browse the repository at this point in the history
  3. chore: fix template-haskell bound

    dhall does not compile with template-haskell >=2.17 due to signature
    change of Language.Haskell.TH.Syntax.PlainTV.
    lrworth committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bb1ced2 View commit details
    Browse the repository at this point in the history
  4. chore: support template-haskell 2.17 through 2.19

    In particular this enables building with GHC 9.4.
    lrworth committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    dd99ed8 View commit details
    Browse the repository at this point in the history
  5. chore(dhall): version 1.42.1

    lrworth committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    065e81b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 26, 2023

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

Commits on Oct 4, 2023

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