Skip to content

Commit

Permalink
Merge branch 'main' into 2518-th-add-dependent-file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 authored Dec 20, 2024
2 parents cbea45d + 3cf9506 commit 8ff6206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhall/src/Dhall/TH.hs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ toDeclaration generateOptions@GenerateOptions{..} haskellTypes typ =
interpretOptions = generateToInterpretOptions generateOptions typ

#if MIN_VERSION_template_haskell(2,21,0)
toTypeVar (V n i) = TH.PlainTV (TH.mkName (Text.unpack n ++ show i)) TH.BndrInvis
toTypeVar (V n i) = TH.PlainTV (TH.mkName (Text.unpack n ++ show i)) TH.BndrReq
#elif MIN_VERSION_template_haskell(2,17,0)
toTypeVar (V n i) = TH.PlainTV (TH.mkName (Text.unpack n ++ show i)) ()
#else
Expand Down

0 comments on commit 8ff6206

Please sign in to comment.