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

Fix build on GHC 9.2 #15

Merged
merged 1 commit into from
Nov 5, 2021
Merged

Fix build on GHC 9.2 #15

merged 1 commit into from
Nov 5, 2021

Conversation

amesgen
Copy link
Contributor

@amesgen amesgen commented Nov 4, 2021

Depends on haskell/aeson#885

Fixes this compilation error:

src/Deriving/Aeson/Stock.hs:27:1: error:
    • Uninferrable type variable k0 in
      the type synonym right-hand side: CustomJSON @{[k0]} ('[] @k0)
    • In the type declaration for ‘Vanilla’
   |
27 | type Vanilla = CustomJSON '[]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@fumieval fumieval merged commit c4073e5 into fumieval:master Nov 5, 2021
@amesgen amesgen deleted the ghc-9.2 branch November 5, 2021 12:09
@Bodigrim
Copy link

As a Hackage trustee I made a matching revision:
https://hackage.haskell.org/package/deriving-aeson-0.2.7/revisions/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants