Removed redundant instance.
This commit is contained in:
parent
1c0654041f
commit
4f9a9db13f
@ -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
|
||||
|
||||
Reference in New Issue
Block a user