File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,9 @@ instance TH.Lift Value where
426
426
where a' = V. toList a
427
427
lift (Object o) = [| Object (H. fromList . map (first pack) $ o') | ]
428
428
where o' = map (first unpack) . H. toList $ o
429
- #if MIN_VERSION_template_haskell(2,16,0)
429
+ #if MIN_VERSION_template_haskell(2,17,0)
430
+ liftTyped = TH. unsafeCodeCoerce . TH. lift
431
+ #elif MIN_VERSION_template_haskell(2,16,0)
430
432
liftTyped = TH. unsafeTExpCoerce . TH. lift
431
433
#endif
432
434
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ library
103
103
bytestring >= 0.10.4.0 && < 0.11 ,
104
104
containers >= 0.5.5.1 && < 0.7 ,
105
105
deepseq >= 1.3.0.0 && < 1.5 ,
106
- ghc-prim >= 0.2 && < 0.7 ,
107
- template-haskell >= 2.9.0.0 && < 2.17 ,
106
+ ghc-prim >= 0.2 && < 0.8 ,
107
+ template-haskell >= 2.9.0.0 && < 2.18 ,
108
108
text >= 1.2.3.0 && < 1.3 ,
109
109
time >= 1.4 && < 1.11
110
110
You can’t perform that action at this time.
0 commit comments