Skip to content

Commit

Permalink
TemplateHaskell
Browse files Browse the repository at this point in the history
  • Loading branch information
nalchevanidze committed Apr 21, 2024
1 parent 6831419 commit bc465f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ instance CodeGenMonad GQLResult where

-- Utils: is Parametrized type

#if MIN_VERSION_template_haskell(2,17,0)
#if MIN_VERSION_template_haskell(2,21,0)
getTypeVariables :: Dec -> [TH.TyVarBndr TH.BndrVis]
#elif MIN_VERSION_template_haskell(2,16,0)
#elif MIN_VERSION_template_haskell(2,17,0)
getTypeVariables :: Dec -> [TH.TyVarBndr ()]
#else
getTypeVariables :: Dec -> [TH.TyVarBndr]
Expand Down

0 comments on commit bc465f0

Please sign in to comment.