aeson-schema icon indicating copy to clipboard operation
aeson-schema copied to clipboard

Missing : Lift instance for Text

Open ocramz opened this issue 3 years ago • 0 comments

As seen in https://github.com/Fuuzetsu/aeson-schema/runs/4934691058?check_suite_focus=true#step:4:1228

Suggestion : we add a dependency on th-lift-instances : https://hackage.haskell.org/package/th-lift-instances-0.1.19/docs/Instances-TH-Lift.html

 /home/runner/work/aeson-schema/aeson-schema/src/Data/Aeson/TH/Lift.hs:15:15: error:
    Not in scope: type constructor or class ‘Text’
   |
15 | instance Lift Text where

ocramz avatar Jan 25 '22 09:01 ocramz