More consistency in instances

This commit is contained in:
Michael Snoyman 2016-06-07 17:42:33 +03:00 committed by Chris Done
parent a708c630ae
commit 4107980263

View File

@ -99,7 +99,7 @@ data HoogleQueryInput = HoogleQueryInput
data HoogleQueryOutput = HoogleQueryOutput [HoogleResult] (Maybe Int) -- ^ Int == total count
deriving (Read, Typeable, Data, Show, Eq, Generic)
instance NFData HoogleQueryOutput
instance NFData HoogleQueryOutput where rnf = genericRnf
data HoogleResult = HoogleResult
{ hrURL :: String