Skip to content

Support GHC 9.2.1 #15

@Ailrun

Description

@Ailrun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions