Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support GHC 9.2.1 #15

Open
Ailrun opened this issue Dec 14, 2021 · 1 comment
Open

Support GHC 9.2.1 #15

Ailrun opened this issue Dec 14, 2021 · 1 comment

Comments

@Ailrun
Copy link

Ailrun commented Dec 14, 2021

Currently, I got this error:

src/Language/Haskell/TH/Extras.hs:60:18: error:
    • The constructor ‘ConP’ should have 3 arguments, but has been given 2
    • In the pattern: ConP _ pats
      In an equation for ‘namesBoundInPat’:
          namesBoundInPat (ConP _ pats) = pats >>= namesBoundInPat
   |
60 | namesBoundInPat (ConP _ pats)           = pats >>= namesBoundInPat
   |                  ^^^^^^^^^^^

Relevant: https://hackage.haskell.org/package/template-haskell-2.18.0.0/docs/Language-Haskell-TH.html#v:ConP

@andreasabel
Copy link
Contributor

Fixed, please close.

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

No branches or pull requests

2 participants