mgsloan / store

Fast binary serialization in Haskell
MIT License
109 stars 35 forks source link

`Lift TypeHash` doesn't implement `liftTyped` #163

Closed sjakobi closed 2 years ago

sjakobi commented 2 years ago

I get this warning with GHC 9.2.1 8.10.7:

src/Data/Store/TypeHash/Internal.hs:64:10-22: warning: [-Wmissing-methods]
    • No explicit implementation for
        ‘Language.Haskell.TH.Syntax.liftTyped’
    • In the instance declaration for ‘Lift TypeHash’
   |
64 | instance Lift TypeHash where
   |          ^^^^^^^^^^^^^
mgsloan commented 2 years ago

Ah, thanks for pointing this out! Fixed in store-0.7.13.