We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd80889 commit 2ef66a7Copy full SHA for 2ef66a7
Data/Aeson/Types/Internal.hs
@@ -427,7 +427,7 @@ instance TH.Lift Value where
427
lift (Object o) = [| Object (H.fromList . map (first pack) $ o') |]
428
where o' = map (first unpack) . H.toList $ o
429
#if MIN_VERSION_template_haskell(2,17,0)
430
- liftTyped = TH.Code . TH.unsafeTExpCoerce . TH.lift
+ liftTyped = TH.unsafeCodeCoerce . TH.lift
431
#elif MIN_VERSION_template_haskell(2,16,0)
432
liftTyped = TH.unsafeTExpCoerce . TH.lift
433
#endif
0 commit comments