Removed redundant instance.

This commit is contained in:
Stephan Barth 2024-01-25 02:23:02 +01:00
parent 1c0654041f
commit 4f9a9db13f

View File

@ -32,7 +32,6 @@ deriving instance Generic PersistValue
instance Hashable PersistValue
instance Binary PersistValue
instance NFData PersistValue
instance (NFData record, NFData (Key record)) => NFData (Entity record) where
rnf Entity{..} = rnf entityKey `seq` rnf entityVal