Skip to content

Commit

Permalink
support GHC >= 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wavewave committed Nov 8, 2023
1 parent a69ce68 commit 94d27de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Database/Esqueleto/Record.hs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ data RecordInfo = RecordInfo
-- cause problems, but it's easy to pass around so might as well.
constraints :: Cxt
, -- | The original record's type-variable-binders.
#if MIN_VERSION_template_haskell(2,17,0)
#if MIN_VERSION_template_haskell(2,21,0)
typeVarBinders :: [TyVarBndr BndrVis]
#elif MIN_VERSION_template_haskell(2,17,0)
typeVarBinders :: [TyVarBndr ()]
#else
typeVarBinders :: [TyVarBndr]
Expand Down

0 comments on commit 94d27de

Please sign in to comment.