add Lift instance for Fixed in template-haskell library
Motivation
There is currently no Lift instance for Data.Fixed.Fixed. This makes it harder to implement Lift for types containing Fixed, such as UTCTime.
Proposal
In template-haskell library (Language.Haskell.TH.Syntax module), add Lift instances for Data.Fixed.Fixed in base, just like other numerical types.